From f164fbd0b63bedad9d6b771017484b3eba7a8c0a Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 15 Apr 2024 12:16:16 +0000 Subject: [PATCH] small improvement in the GHA CI --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a187fee7..3948c5f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 -- 2.47.0