We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0fb3d commit 946afadCopy full SHA for 946afad
.github/workflows/push_to_ecr.yaml
@@ -23,6 +23,8 @@ jobs:
23
- name: Run tests
24
run: |
25
npm install
26
+ npx playwright install-deps webkit
27
+ npx playwright install
28
npm run build
29
npm run test:ci
30
0 commit comments