Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line test federation: stage: test trigger: include: .gitlab/ci/federation_test.yml include: - local: .gitlab/ci/federation_test.yml build wiki: stage: build Loading .gitlab/ci/federation_test.yml +3 −1 Original line number Diff line number Diff line test: test federation: stage: test parallel: matrix: - SERVICE: ["grants.cafe", "toast.ooo"] Loading @@ -16,5 +17,6 @@ test: - apk add --no-cache openssl - npm i --include=dev - npx -w backend prisma migrate deploy - npx -w backend prisma generate script: - npm -w backend run test No newline at end of file Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line test federation: stage: test trigger: include: .gitlab/ci/federation_test.yml include: - local: .gitlab/ci/federation_test.yml build wiki: stage: build Loading
.gitlab/ci/federation_test.yml +3 −1 Original line number Diff line number Diff line test: test federation: stage: test parallel: matrix: - SERVICE: ["grants.cafe", "toast.ooo"] Loading @@ -16,5 +17,6 @@ test: - apk add --no-cache openssl - npm i --include=dev - npx -w backend prisma migrate deploy - npx -w backend prisma generate script: - npm -w backend run test No newline at end of file