Skip to content

Commit

Permalink
Trying a more obvious way to update playwright.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Dec 18, 2024
1 parent 59b2a36 commit ec30174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
fider-image
- run: npm ci
- run: |
npx install [email protected]
npx [email protected] install-deps $BROWSER
npx playwright install-deps $BROWSER
env:
BROWSER: ${{ matrix.browser }}
- run: make test-e2e-ui
Expand Down Expand Up @@ -212,8 +211,7 @@ jobs:
fider-image
- run: npm ci
- run: |
npx install [email protected]
npx [email protected] install-deps chromium
npx playwright install-deps chromium
env:
BROWSER: chromium
- run: make test-e2e-server
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"mini-css-extract-plugin": "2.6.0",
"playwright": "1.29.2",
"playwright": "1.48",
"prettier": "2.6.2",
"purgecss-webpack-plugin": "4.1.3",
"sass": "1.51.0",
Expand Down

0 comments on commit ec30174

Please sign in to comment.