We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d213de0 commit 24a1a3fCopy full SHA for 24a1a3f
.github/workflows/playwright.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install dependencies
24
run: yarn install --immutable
25
26
+ - name: Install Playwright
27
+ run: yarn playwright install
28
+
29
- name: Run tests
30
env:
31
PLAYWRIGHT_TEST_BASE_URL: https://deploy-preview-${{ github.event.issue.number }}--cambria-project.netlify.app
0 commit comments