summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOwen <62473795+theowenyoung@users.noreply.github.com>2020-09-22 23:13:29 +0200
committerGitHub <noreply@github.com>2020-09-22 23:13:29 +0200
commit1070c585381980abe8f636af5212457711a51f03 (patch)
treeeb562fc772115aa4d059376cb666f779470332b6 /Makefile
parentFix copyDir to normalize file paths in tar archive (#360) (diff)
downloadforgejo-act-1070c585381980abe8f636af5212457711a51f03.tar.xz
forgejo-act-1070c585381980abe8f636af5212457711a51f03.zip
feat: support custom GITHUB_RUN_ID, GITHUB_RUN_NUMBER (#369)
* feat: add fromJSON support * feat: support custom runId and runNumber * chore: manual update * chore: lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f18a5de..02c4102 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ build:
.PHONY: test
test:
- $(ACT)
+ $(ACT) -W examples/workflows --verbose
.PHONY: install
install: build