Skip to content

Commit

Permalink
update playwright and run on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 9, 2023
1 parent 9597802 commit 4591ed9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 721 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
haxe-version: [4.1.5, 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 @@ -32,6 +32,8 @@ jobs:
working-directory: test
run: |
npm ci
npx playwright install
npx playwright install-deps
- name: Run Tests
working-directory: test
run: |
Expand Down
Loading

0 comments on commit 4591ed9

Please sign in to comment.