We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9928a75 commit 051e13bCopy full SHA for 051e13b
.github/workflows/playwright.yml
@@ -15,6 +15,11 @@ jobs:
15
node-version: 18
16
- name: Install dependencies
17
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 }}
23
- name: Install Playwright Browsers
24
run: npx playwright install --with-deps
25
- name: Run Playwright tests
0 commit comments