Skip to content

Commit

Permalink
Pin playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 29, 2024
1 parent 47aa5bc commit da12314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull_request:
push:
branches: [main]
branches: ['*']
tags: ['*']

jobs:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('package-lock.json') }}
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npx 'playwright@1.40.1' install --with-deps chromium
- run: npm test
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit da12314

Please sign in to comment.