Skip to content

Commit e64f256

Browse files
committed
tests: update playwright and run on Ubuntu
1 parent 7c05a46 commit e64f256

File tree

3 files changed

+41
-721
lines changed

3 files changed

+41
-721
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
33-
runs-on: macos-latest
33+
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v3
3636
- uses: krdlab/setup-haxe@v1
@@ -49,6 +49,8 @@ jobs:
4949
working-directory: test
5050
run: |
5151
npm ci
52+
npx playwright install
53+
npx playwright install-deps
5254
- name: Run Tests
5355
working-directory: test
5456
run: |

0 commit comments

Comments
 (0)