Skip to content

Commit

Permalink
Attempt #999
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 19, 2024
1 parent 6043029 commit 83a2906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xk6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
echo "GOPATH=$HOME/go" >> "$GITHUB_ENV"
echo "$HOME/go/bin" >> "$GITHUB_PATH"
echo "$HOME/sdk/gotip/bin" >> "$GITHUB_PATH"
echo "$PATH"
- name: Run tests
run: |
set -x
which go
go version
echo "$GITHUB_PATH"
echo "$PATH"
export CGO_ENABLED=0
Expand Down

0 comments on commit 83a2906

Please sign in to comment.