Skip to content

Commit

Permalink
tests: html5 tests on Ubuntu with newer playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 9, 2023
1 parent a1a5fd3 commit f0226e8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
haxe-version: [4.2.5, 4.3.2]
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@v1
Expand All @@ -93,6 +93,8 @@ jobs:
working-directory: test
run: |
npm ci
npx playwright install
npx playwright install-deps
- name: Run Tests
working-directory: test
run: |
Expand Down
60 changes: 41 additions & 19 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"playwright": "^1.27.1",
"playwright": "^1.38.1",
"serve-handler": "^6.1.5"
}
}

0 comments on commit f0226e8

Please sign in to comment.