Browse Source

gh action

Alexander Rose 3 years ago
parent
commit
c2177272b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/node.yml

+ 1 - 1
.github/workflows/node.yml

@@ -15,6 +15,6 @@ jobs:
     - name: Lint
       run: npm run lint
     - name: Test
-      run: npm install --no-save \"gl@^5.0.0\" && 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