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
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