We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
devnw
benjivesterby
Learn more about funding links in repositories.
Report abuse
1 parent 436dcfa commit 9262d60Copy full SHA for 9262d60
.env.act
@@ -1,5 +1,6 @@
1
ALERT_CC_USERS=@benjivesterby
2
GO_VERSION=1.22.x
3
+PYTHON_VERSION=3.12
4
5
# https://$username:$token@github.com/
6
GIT_CREDENTIALS=op://act_test/git_credentials/credential
Makefile
@@ -97,7 +97,7 @@ tag:
97
#-------------------------------------------------------------------------
98
# CI targets
99
100
-build-ci:
+build-ci: deps
101
$(env) go build ./...
102
CGO_ENABLED=1 go test \
103
-cover \
0 commit comments