Skip to content

Commit

Permalink
chore: use disable dev shm in docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Sep 27, 2021
1 parent 0427e08 commit 4930567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/docker-client/test-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ git commit -m 'initial commit'
# Run our LHCI commands
which lhci
lhci healthcheck
lhci collect --url=https://example.com -n=1 --settings.chromeFlags=--no-sandbox
lhci collect --url=https://example.com -n=1 --settings.chromeFlags="--no-sandbox --disable-dev-shm-usage"
lhci upload --target=filesystem

0 comments on commit 4930567

Please sign in to comment.