Skip to content

Commit

Permalink
ci: install playwright browser
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 14, 2023
1 parent 6cbcbb3 commit 332f6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test
env:
Expand All @@ -51,6 +53,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test
env:
Expand Down

0 comments on commit 332f6ec

Please sign in to comment.