Commit 6e55799b authored by Grant's avatar Grant
Browse files

clean up ci tests

parent 85f0f744
Loading
Loading
Loading
Loading
Loading
+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
+3 −1
Original line number Diff line number Diff line
test:
test federation:
  stage: test
  parallel:
    matrix:
      - SERVICE: ["grants.cafe", "toast.ooo"]
@@ -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