Skip to content

Commit

Permalink
check go path
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Nov 11, 2024
1 parent c703f5d commit e6863c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
tool-cache: false
docker-images: false

# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version: '1.20'

- name: Install tektor
if: steps.changed-files.outputs.any_changed == 'true'
run: |
echo "GO PATH >>>: $GOPATH"
go install github.com/lcarva/tektor@latest
tektor --help
Expand Down

0 comments on commit e6863c6

Please sign in to comment.