Skip to content

Commit 051e13b

Browse files
committed
Update playwright.yml
1 parent 9928a75 commit 051e13b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/playwright.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
node-version: 18
1616
- name: Install dependencies
1717
run: npm ci
18+
env:
19+
CI: true
20+
PUBLIC_GRAPHQL_URL: ${{ secrets.PUBLIC_GRAPHQL_URL }}
21+
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
22+
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
1823
- name: Install Playwright Browsers
1924
run: npx playwright install --with-deps
2025
- name: Run Playwright tests

0 commit comments

Comments
 (0)