Skip to content

Commit 9262d60

Browse files
committedFeb 11, 2024
feat: add python version to the act env file and add deps to build-ci
1 parent 436dcfa commit 9262d60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.env.act

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ALERT_CC_USERS=@benjivesterby
22
GO_VERSION=1.22.x
3+
PYTHON_VERSION=3.12
34

45
# https://$username:$token@github.com/
56
GIT_CREDENTIALS=op://act_test/git_credentials/credential

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tag:
9797
#-------------------------------------------------------------------------
9898
# CI targets
9999
#-------------------------------------------------------------------------
100-
build-ci:
100+
build-ci: deps
101101
$(env) go build ./...
102102
CGO_ENABLED=1 go test \
103103
-cover \

0 commit comments

Comments
 (0)
Please sign in to comment.