We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c102ed4 + 1f052f9 commit 0327362Copy full SHA for 0327362
2 files changed
.github/workflows/release.yml
@@ -45,9 +45,10 @@ jobs:
45
run: |
46
npm ci
47
48
- - name: Install Playwright browsers
49
- run: |
50
- npx playwright install chromium
+ - name: Install Playwright Browsers
+ uses: microsoft/playwright-github-action@v1
+ with:
51
+ browsers: chromium
52
53
- name: Run tests
54
.github/workflows/test.yml
@@ -27,13 +27,14 @@ jobs:
27
28
npm ci --ignore-scripts
29
30
31
32
33
34
+
35
- name: Build package
36
37
npm run build
-
38
39
- name: Build extension (if needed)
40
0 commit comments