Skip to content

Commit

Permalink
Show env
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Feb 13, 2024
1 parent 007d49e commit 0b17042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
echo "GOPATH=$HOME/go" >> "$GITHUB_ENV"
echo "$HOME/go/bin" >> "$GITHUB_PATH"
echo "$HOME/sdk/gotip/bin" >> "$GITHUB_PATH"
echo $GITHUB_ENV
echo $GITHUB_PATH
cat $GITHUB_ENV
cat $GITHUB_PATH
- name: Run tests
run: |
set -x
echo $GITHUB_ENV
echo $GITHUB_PATH
cat $GITHUB_ENV
cat $GITHUB_PATH
which go
go version
export GOMAXPROCS=2
Expand Down

0 comments on commit 0b17042

Please sign in to comment.