This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: run schema update job before tests

+2 -1
+2 -1
.gitlab-ci.yml
··· 17 17 EOF 18 18 19 19 stages: 20 + - update 20 21 - test 21 22 - build 22 23 ··· 58 59 59 60 update:prisma-schema: 60 61 image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 61 - stage: test 62 + stage: update 62 63 rules: 63 64 - if: $CI_PIPELINE_SOURCE == "trigger" 64 65 before_script: