Skip to content

Commit 0327362

Browse files
authored
Merge pull request #17 from SentienceAPI/fix_release2
fix xx times
2 parents c102ed4 + 1f052f9 commit 0327362

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
run: |
4646
npm ci
4747
48-
- name: Install Playwright browsers
49-
run: |
50-
npx playwright install chromium
48+
- name: Install Playwright Browsers
49+
uses: microsoft/playwright-github-action@v1
50+
with:
51+
browsers: chromium
5152

5253
- name: Run tests
5354
run: |

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
run: |
2828
npm ci --ignore-scripts
2929
30+
- name: Install Playwright Browsers
31+
uses: microsoft/playwright-github-action@v1
32+
with:
33+
browsers: chromium
34+
3035
- name: Build package
3136
run: |
3237
npm run build
33-
34-
- name: Install Playwright browsers
35-
run: |
36-
npx playwright install chromium
3738
3839
- name: Build extension (if needed)
3940
run: |

0 commit comments

Comments
 (0)