We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2334112 commit f51549cCopy full SHA for f51549c
1 file changed
.github/workflows/ci.yml
@@ -28,8 +28,8 @@ jobs:
28
29
env:
30
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/playwright_test
31
- AUTH_SECRET="thisisanauthsecretfortestingonly"
32
- AUTH_URL=http://localhost:3000
+ AUTH_SECRET: thisisanauthsecretfortestingonly
+ AUTH_URL: http://localhost:3000
33
PLAYWRIGHT_TEST_BASE_URL: http://localhost:3000
34
NODE_ENV: test
35
@@ -68,3 +68,4 @@ jobs:
68
if: always() && env.ACT != 'true'
69
run: |
70
echo "::notice::To view the Playwright test report, download the 'playwright-report' artifact from the workflow run's summary page in GitHub Actions."
71
+
0 commit comments