Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Nov 25, 2024
1 parent 957290a commit 9b616db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
os: [macos-12, macos-14, windows-latest, windows-2019, ubuntu-latest]
steps:
- uses: actions/checkout@v4

Expand All @@ -46,15 +46,15 @@ jobs:
run: yarn enjoy:package

- name: Run main tests with xvfb-run on Ubuntu
continue-on-error: true
# continue-on-error: true
if: contains(matrix.os, 'ubuntu')
env:
DEBUG: pw:browser*
run: |
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test:main
- name: Run main tests on Windows
continue-on-error: true
# continue-on-error: true
if: contains(matrix.os, 'windows')
run: yarn enjoy:test:main

Expand All @@ -63,7 +63,7 @@ jobs:
run: yarn enjoy:test:main

- name: Run renderer tests with xvfb-run on Ubuntu
continue-on-error: true
# continue-on-error: true
if: contains(matrix.os, 'ubuntu')
run: |
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test:renderer
Expand Down

0 comments on commit 9b616db

Please sign in to comment.