Skip to content

Commit 6821adf

Browse files
committed
Closes #5 - Fixing workflow
Signed-off-by: Gregor Anders <[email protected]>
1 parent 473a86f commit 6821adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
sudo apt-get install xvfb
6868
sudo chmod 1777 /dev/shm
6969
npm run build
70-
xvfb-run --auto-servernum "npm run it"
70+
xvfb-run --auto-servernum -- bash -c "npm run it"
7171
killall -9 Xvfb

0 commit comments

Comments
 (0)