summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2020-02-25 07:11:33 +0100
committerCasey Lee <cplee@nektos.com>2020-02-25 07:11:33 +0100
commit76a8bfc4fc2afef66a1296d67eafd0f33a57d007 (patch)
tree15638aa83a59c8726f5318ce7564f117fb9d2e90 /Makefile
parentremove super verbose log statement (diff)
downloadforgejo-act-76a8bfc4fc2afef66a1296d67eafd0f33a57d007.tar.xz
forgejo-act-76a8bfc4fc2afef66a1296d67eafd0f33a57d007.zip
fix #89 - support .actrc file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abd9ec8..a112b54 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build:
go build -ldflags "-X main.version=$(VERSION)" -o dist/local/act main.go
test:
- $(ACT) -P ubuntu-latest=nektos/act-environments-ubuntu:18.04
+ $(ACT)
install: build
@cp dist/local/act /usr/local/bin/act