Skip to content

Commit f51549c

Browse files
committed
Update ci.yml
1 parent 2334112 commit f51549c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
env:
3030
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/playwright_test
31-
AUTH_SECRET="thisisanauthsecretfortestingonly"
32-
AUTH_URL=http://localhost:3000
31+
AUTH_SECRET: thisisanauthsecretfortestingonly
32+
AUTH_URL: http://localhost:3000
3333
PLAYWRIGHT_TEST_BASE_URL: http://localhost:3000
3434
NODE_ENV: test
3535

@@ -68,3 +68,4 @@ jobs:
6868
if: always() && env.ACT != 'true'
6969
run: |
7070
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

Comments
 (0)