diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 8edaae1..8c2b239 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -31,6 +31,7 @@ jobs: JWT_SECRET: ci-test-jwt-secret NUXT_PUBLIC_COMING_SOON: 'false' NODE_ENV: development + ALLOW_DEV_TEST_ENDPOINTS: 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -82,6 +83,7 @@ jobs: JWT_SECRET: ci-test-jwt-secret NUXT_PUBLIC_COMING_SOON: 'false' NODE_ENV: development + ALLOW_DEV_TEST_ENDPOINTS: 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4