]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
.github/workflows: Show message before starting catalog loop
authorCezar Craciunoiu <cezar.craciunoiu@gmail.com>
Mon, 30 Sep 2024 13:46:58 +0000 (16:46 +0300)
committerUnikraft Bot <monkey@unikraft.io>
Fri, 13 Dec 2024 23:36:51 +0000 (23:36 +0000)
This adds a message before starting the loop that checks for finishing,
to let people know tht it is not stalling.

It also remove some unused quotes.

Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #1516

.github/workflows/integration.yaml

index 6a6bc240de296634c476e9b0086d5331be74d33b..6921da188e4a4a1557a34df7384762307434c5f6 100644 (file)
@@ -247,7 +247,9 @@ jobs:
 
           today=$(date -u +"%Y-%m-%d");
           stop=$(date -u +"%Y-%m-%dT%H:%M:%SZ");
-          start="${{ steps.start_time.outputs.start }}";
+          start=${{ steps.start_time.outputs.start }};
+
+          echo "♻️ Running all catalog tests";
 
           for _ in {1..60}; do
             # If there are more than 100 tests, the list will be truncated