We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b55356 commit 77f4675Copy full SHA for 77f4675
.github/workflows/ci.yml
@@ -20,4 +20,6 @@ jobs:
20
- name: Start the test site and run the cucumber tests against it
21
# aa-exec applies Ubuntu's AppArmor profile for stable Chrome binaries, which is necessary to allow puppeteer to run
22
# 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
+ 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