We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473a86f commit 6821adfCopy full SHA for 6821adf
.github/workflows/development.yml
@@ -67,5 +67,5 @@ jobs:
67
sudo apt-get install xvfb
68
sudo chmod 1777 /dev/shm
69
npm run build
70
- xvfb-run --auto-servernum "npm run it"
+ xvfb-run --auto-servernum -- bash -c "npm run it"
71
killall -9 Xvfb
0 commit comments