Skip to content

Commit

Permalink
try to fix CI in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Jan 15, 2025
1 parent 7e51c90 commit 56211a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
set -e
yarn enjoy:package
- name: Configure Chrome sandbox for Linux
if: contains(matrix.os, 'ubuntu')
run: |
sudo chown root:root enjoy/out/Enjoy-linux-x64/chrome-sandbox
sudo chmod 4755 enjoy/out/Enjoy-linux-x64/chrome-sandbox
- name: Run main tests with xvfb-run on Ubuntu
# continue-on-error: true
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 56211a7

Please sign in to comment.