Skip to content

Commit

Permalink
fix ci in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed May 20, 2024
1 parent e0c5df2 commit d66fe13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Run main tests with xvfb-run on Ubuntu
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install libc6
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test:main
- name: Run main tests on macOS or Windows
Expand Down

0 comments on commit d66fe13

Please sign in to comment.