Skip to content

Commit 946afad

Browse files
committed
Update CI: add playwright browser install before test
1 parent 9a0fb3d commit 946afad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push_to_ecr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Run tests
2424
run: |
2525
npm install
26+
npx playwright install-deps webkit
27+
npx playwright install
2628
npm run build
2729
npm run test:ci
2830

0 commit comments

Comments
 (0)