mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 20:01:47 +00:00
Use xvfb to run tests on linux
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,7 +28,9 @@ jobs:
|
|||||||
run: yarn --frozen-lockfile
|
run: yarn --frozen-lockfile
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: yarn test
|
uses: GabrielBB/xvfb-action@v1
|
||||||
|
with:
|
||||||
|
run: yarn test
|
||||||
|
|
||||||
- name: Build on Mac
|
- name: Build on Mac
|
||||||
if: startsWith(matrix.os, 'macOS')
|
if: startsWith(matrix.os, 'macOS')
|
||||||
|
|||||||
Reference in New Issue
Block a user