Skip to content

Commit 6896c22

Browse files
committed
try directly
1 parent 1c18355 commit 6896c22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
- name: Install deps
2525
run: npm ci
2626

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
27+
- name: Run frontend tests (and Disable AppArmor for Chrome)
28+
run: env CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox grunt test_no_watch
3229

3330
eslint:
3431
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)