Commit 85f0f744 authored by Grant's avatar Grant
Browse files

add openssl to ci

parent a8016154
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ test:
    SESSION_SECRET: test
    TEST_FEDERATION_MODE: KEYRING
  before_script:
    - apk add --no-cache openssl
    - npm i --include=dev
    - npx -w backend prisma migrate deploy
  script: