Skip to content

Commit

Permalink
Speed up playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed May 6, 2023
1 parent 236c16c commit e4c004d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('package-lock.json') }}
- run: npm ci
- run: npx playwright install --with-deps
- run: npx playwright install --with-deps chromium
- run: npm test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit e4c004d

Please sign in to comment.