Skip to content

Commit

Permalink
Check for failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto committed Aug 22, 2024
1 parent 38c75fd commit 64081af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_integration_tests_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get install -y --no-install-recommends qemu-utils qemu-system-x86
- name: Run VM integration tests
run: |
sudo make -C test/vm
sudo make -C test/vm && [ -f testoutput/success ]
sudo make -C test/vm change-owner
timeout-minutes: 60
- name: Upload integration test logs
Expand Down
2 changes: 1 addition & 1 deletion test/vm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN rc-update add startup default
RUN cat <<EOF > /startup.sh
#!/bin/sh

cd /build && make $target
cd /build && make $target && touch /build/testoutput/success
poweroff
EOF

Expand Down

0 comments on commit 64081af

Please sign in to comment.