Skip to content

Commit

Permalink
make: use dot slash for current act installed
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 b1f7f8d commit 9724466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ help:
run: ## Run all Github Action steps as defined in the workflows directory
@for job in $(shell egrep "\w+:$$" workflows/tests.yml | grep -v 'with:\|jobs:\|steps:' | cut -d ' ' -f 3 | cut -d ':' -f 1); do \
printf "$(BOLD)$(CYAN)Running Step: %-35s$(RESET)\n" $$job; \
act -v -W workflows -j $$job > tests/functional/output/$$job.output 2>&1; \
./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
Expand Down

0 comments on commit 9724466

Please sign in to comment.