git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d911f17
)
small improvement in the GHA CI
author
gggeek
<giunta.gaetano@gmail.com>
Mon, 15 Apr 2024 12:16:16 +0000
(12:16 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Mon, 15 Apr 2024 12:16:16 +0000
(12:16 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
a187fee
..
3948c5f
100644
(file)
--- 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