Skip to content

Commit c44345e

Browse files
committed
Fix call to aa-exec in automated tests
1 parent 40b74a2 commit c44345e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
# aa-exec applies Ubuntu's AppArmor profile for stable Chrome binaries to the Chrome for Testing binary downloaded by Puppeteer
2424
# Without it, Puppeteer fails with error "No usable sandbox!"
2525
# 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
26+
run: npm run test-site-dev & sleep 20; aa-exec -p chrome -- npm run cucumber

0 commit comments

Comments
 (0)