Skip to content

Commit

Permalink
feat: add python version to the act env file and add deps to build-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 11, 2024
1 parent 436dcfa commit 9262d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.act
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ALERT_CC_USERS=@benjivesterby
GO_VERSION=1.22.x
PYTHON_VERSION=3.12

# https://$username:$token@github.com/
GIT_CREDENTIALS=op://act_test/git_credentials/credential
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tag:
#-------------------------------------------------------------------------
# CI targets
#-------------------------------------------------------------------------
build-ci:
build-ci: deps
$(env) go build ./...
CGO_ENABLED=1 go test \
-cover \
Expand Down

0 comments on commit 9262d60

Please sign in to comment.