Skip to content

Commit

Permalink
Upgrade playwright and run on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Sep 10, 2024
1 parent aef9359 commit d49dc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

test-webkit:
name: Test Packages With Changed Files in Webkit
runs-on: macos-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout Repo
Expand All @@ -103,4 +103,4 @@ jobs:
- name: Run tests on changed packages
run: yarn test:changed core
env:
BROWSERS: 'WebkitHeadless'
BROWSERS: 'WebkitHeadless'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"nyc": "15.1.0",
"ora": "5.4.1",
"patch-package": "7.0.2",
"playwright": "1.46.1",
"playwright": "1.47.0",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.7",
"protractor": "5.4.2",
Expand Down

0 comments on commit d49dc71

Please sign in to comment.