Skip to content

Commit

Permalink
Install playwright deps before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperStrike committed Oct 22, 2021
1 parent a512a61 commit 6a5e11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
cache: 'npm'
node-version: 14
- run: npm ci
- run: npx playwright install --with-deps ${{ matrix.browser }}
- run: npm run test-${{ matrix.browser }}

0 comments on commit 6a5e11f

Please sign in to comment.