Skip to content

Commit 24a1a3f

Browse files
committed
Install playwright on GHA
1 parent d213de0 commit 24a1a3f

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
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: yarn install --immutable
2525

26+
- name: Install Playwright
27+
run: yarn playwright install
28+
2629
- name: Run tests
2730
env:
2831
PLAYWRIGHT_TEST_BASE_URL: https://deploy-preview-${{ github.event.issue.number }}--cambria-project.netlify.app

0 commit comments

Comments
 (0)