Skip to content

Commit

Permalink
fix: install paths for test tools (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jan 9, 2025
1 parent 58dfac9 commit 20575af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci/kubetest2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
run: |
export PATH=${PATH}:$(go env GOPATH)/bin
go install sigs.k8s.io/kubetest2/...@latest
go install github.com/aws/aws-k8s-tester/...@latest
go install github.com/aws/aws-k8s-tester/...@HEAD
case "${{ inputs.os_distro }}" in
al2)
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/janitor/kubetest2-sweeper/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs:
run: |
export PATH=${PATH}:$(go env GOPATH)/bin
go install sigs.k8s.io/kubetest2/...@latest
go install github.com/aws/aws-k8s-tester/...@latest
go install github.com/aws/aws-k8s-tester/...@HEAD
kubetest2 eksapi-janitor -max-resource-age=${{ inputs.max_resource_age_duration }}

0 comments on commit 20575af

Please sign in to comment.