fix ci in linux
This commit is contained in:
2
.github/workflows/test-enjoy-app.yml
vendored
2
.github/workflows/test-enjoy-app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user