diff --git a/Makefile b/Makefile index 44f9dba8..992b722b 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ run: ## Run all Github Action steps as defined in the workflows directory printf "$(BOLD)$(CYAN)Running Step: %-35s$(RESET)\n" $$job; \ act -v -W workflows -j $$job > tests/functional/output/$$job.output 2>&1; \ echo $$? >> tests/functional/output/$$job.output; \ + cat tests/functional/output/$$job.output; \ done .PHONY: check