Skip to content

Commit

Permalink
XXX temporary debug commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza committed Dec 7, 2020
1 parent b9989f8 commit b1f7f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b1f7f8d

Please sign in to comment.