mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
xvfb
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
|||||||
libgl1 \
|
libgl1 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libegl1 \
|
libegl1 \
|
||||||
mesa-utils
|
mesa-utils \
|
||||||
|
xvfb
|
||||||
|
|
||||||
- name: Force software rendering
|
- name: Force software rendering
|
||||||
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
|
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
|
||||||
@@ -44,4 +45,4 @@ jobs:
|
|||||||
run: npm run lint -- --no-fix
|
run: npm run lint -- --no-fix
|
||||||
|
|
||||||
- name: Run karma tests
|
- name: Run karma tests
|
||||||
run: npm run test
|
run: xvfb-run -a npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user