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 8dce505 commit 340e64fCopy full SHA for 340e64f
.github/workflows/google-cloudrun-docker.yml
@@ -24,7 +24,7 @@ jobs:
24
chmod +x /tmp/chrome-nosandbox.sh
25
echo "CHROME_BIN=/tmp/chrome-nosandbox.sh" >> $GITHUB_ENV
26
- run: sudo mount -t tmpfs tmpfs /dev/shm -o size=2G
27
- - run: xvfb-run -a npm run test:all -- --browsers=ChromeHeadless --watch=false --no-progress
+ - run: xvfb-run -a npm run test:web -- --browsers=ChromeHeadless --watch=false --no-progress
28
29
30
deploy:
0 commit comments