We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c18355 commit 6896c22Copy full SHA for 6896c22
.github/workflows/ci.yml
@@ -24,11 +24,8 @@ jobs:
24
- name: Install deps
25
run: npm ci
26
27
- - name: Disable AppArmor for Chrome
28
- run: export CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox
29
-
30
- - name: Run frontend tests
31
- run: grunt test_no_watch
+ - name: Run frontend tests (and Disable AppArmor for Chrome)
+ run: env CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox grunt test_no_watch
32
33
eslint:
34
runs-on: ubuntu-latest
0 commit comments