Skip to content
Snippets Groups Projects
Commit 4877de58 authored by Alexander Rose's avatar Alexander Rose
Browse files

re-add gl support to gh action

parent 3cb9d101
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,6 @@ jobs:
- name: Lint
run: npm run lint
- name: Test
run: xvfb-run --auto-servernum npm run jest
run: npm install --no-save \"gl@^5.0.0\" && xvfb-run --auto-servernum npm run jest
- name: Build
run: npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment