We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f052f9 commit ffe1321Copy full SHA for ffe1321
2 files changed
.github/workflows/release.yml
@@ -46,9 +46,9 @@ jobs:
46
npm ci
47
48
- name: Install Playwright Browsers
49
- uses: microsoft/playwright-github-action@v1
50
- with:
51
- browsers: chromium
+ run: |
+ npx playwright install chromium
+ npx playwright install-deps chromium || true
52
53
- name: Run tests
54
run: |
.github/workflows/test.yml
@@ -25,12 +25,12 @@ jobs:
25
26
- name: Install dependencies
27
28
- npm ci --ignore-scripts
+ npm ci
29
30
31
32
33
34
35
- name: Build package
36
0 commit comments