Loading .gitlab/ci/federation_test.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab/ci/federation_test.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading