From: gggeek Date: Mon, 15 Apr 2024 12:16:16 +0000 (+0000) Subject: small improvement in the GHA CI X-Git-Tag: 4.10.3~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f164fbd0b63bedad9d6b771017484b3eba7a8c0a;p=plcapi.git small improvement in the GHA CI --- 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