Skip to content

Commit

Permalink
small improvement in the GHA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 15, 2024
1 parent d911f17 commit f164fbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ jobs:
chmod 755 ./tests/ci/vm.sh
./tests/ci/vm.sh build
./tests/ci/vm.sh start
# @todo check instead for bootstrap being finished
# @todo this should not be necessary any more, as `start` waits for the app to be set up
sleep 30
# echo the logs of the bootstrap of the container, as there might be useful info
./tests/ci/vm.sh logs
./tests/ci/vm.sh runtests

0 comments on commit f164fbd

Please sign in to comment.