Skip to content

Commit

Permalink
Non interative run for qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 6, 2024
1 parent 968a0dc commit 442fe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
- name: Do Qemu build and test
run: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm -v .:/janet -it s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test"
docker run --rm -v .:/janet s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test"

0 comments on commit 442fe82

Please sign in to comment.