Commit ed8f172e authored by Grant's avatar Grant
Browse files

switch ci user

parent 9de6d669
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,13 +22,15 @@
    TEST_FEDERATION_MODE: KEYRING
    PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium-browser
  before_script:
    - corepack enable && corepack prepare
    - apk add --no-cache openssl openssh
    - apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont
    - su - nodejs
    - corepack enable && corepack prepare
    - yarn
    - npx -w backend prisma migrate deploy
    - npx -w backend prisma generate
  script:
    - whoami
    - yarn workspace @fediverse-auth/backend run test

mr test federation: