Skip to content

Commit 27c1952

Browse files
committed
Update docker.yml
1 parent b6d61cb commit 27c1952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Smoke test
2020
run: |
21-
docker run --rm wurstscript:ci bash -c "
21+
docker run --rm wurstscript:ci sh -c "
2222
command -v grill || (echo 'grill not found' && exit 1)
2323
ls /home/wurstuser/.wurst/wurst-compiler/wurstscript.jar || (echo 'wurstscript.jar not found' && exit 1)
2424
echo 'All checks passed'

0 commit comments

Comments
 (0)