Skip to content

Commit 660bcad

Browse files
committed
Update playwright.yml
1 parent c3cacba commit 660bcad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
npx wait-on http://localhost:3000
3131
- name: Run Playwright tests
3232
run: pnpm exec playwright test
33+
env:
34+
CI: true
35+
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.NEXT_PUBLIC_GRAPHQL_URL }}
3336
- uses: actions/upload-artifact@v4
3437
if: always()
3538
with:

0 commit comments

Comments
 (0)