Skip to content

Commit 77f4675

Browse files
committed
Test.
1 parent 1b55356 commit 77f4675

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
- name: Start the test site and run the cucumber tests against it
2121
# aa-exec applies Ubuntu's AppArmor profile for stable Chrome binaries, which is necessary to allow puppeteer to run
2222
# See https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
23-
run: npm run test-site-dev & sleep 20; aa-exec --profile=chrome npm run cucumber
23+
run: |
24+
export CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox
25+
npm run test-site-dev & sleep 20; npm run cucumber

0 commit comments

Comments
 (0)