We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b74a2 commit c44345eCopy full SHA for c44345e
1 file changed
.github/workflows/ci.yml
@@ -23,4 +23,4 @@ jobs:
23
# aa-exec applies Ubuntu's AppArmor profile for stable Chrome binaries to the Chrome for Testing binary downloaded by Puppeteer
24
# Without it, Puppeteer fails with error "No usable sandbox!"
25
# See https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
26
- run: npm run test-site-dev & sleep 20; aa-exec --profile=chrome npm run cucumber
+ run: npm run test-site-dev & sleep 20; aa-exec -p chrome -- npm run cucumber
0 commit comments