1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-02-04 15:38:55 +08:00
This commit is contained in:
lana-k
2025-12-24 21:49:53 +01:00
parent df67466c2f
commit cda368f109

View File

@@ -29,7 +29,8 @@ jobs:
libgl1 \
libgl1-mesa-dri \
libegl1 \
mesa-utils
mesa-utils \
xvfb
- name: Force software rendering
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
@@ -44,4 +45,4 @@ jobs:
run: npm run lint -- --no-fix
- name: Run karma tests
run: npm run test
run: xvfb-run -a npm test