Skip to content

Commit 02c05c3

Browse files
committed
Access Github env variables
1 parent 2e9242a commit 02c05c3

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
@@ -19,6 +19,9 @@ jobs:
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: npx playwright test
22+
env:
23+
CI: true
24+
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.NEXT_PUBLIC_GRAPHQL_URL }}
2225
- uses: actions/upload-artifact@v3
2326
if: always()
2427
with:

0 commit comments

Comments
 (0)