Skip to content

Commit

Permalink
sound
Browse files Browse the repository at this point in the history
  • Loading branch information
matv-stripe committed Mar 12, 2024
1 parent 8304abf commit 2382660
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:

- name: Run tests (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: xvfb-run -n 99 -s '-screen 0 1024x768x24' npm run test
run: |
apt update
apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
xvfb-run -n 99 -s '-screen 0 1024x768x24' npm run test
- name: Run tests (macos, windows)
if: ${{ !(matrix.os == 'ubuntu-latest') }}
Expand Down

0 comments on commit 2382660

Please sign in to comment.