Skip to content

Commit 4930567

Browse files
committed
chore: use disable dev shm in docker tests
1 parent 0427e08 commit 4930567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/docker-client/test-in-container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ git commit -m 'initial commit'
1515
# Run our LHCI commands
1616
which lhci
1717
lhci healthcheck
18-
lhci collect --url=https://example.com -n=1 --settings.chromeFlags=--no-sandbox
18+
lhci collect --url=https://example.com -n=1 --settings.chromeFlags="--no-sandbox --disable-dev-shm-usage"
1919
lhci upload --target=filesystem

0 commit comments

Comments
 (0)