Skip to content

Commit

Permalink
Add log to see if TMPDIR is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jun 21, 2023
1 parent 0f0f786 commit 79bc175
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
go version
export GOMAXPROCS=1
export K6_BROWSER_HEADLESS=true
echo $TMPDIR
go test -p 1 -timeout 5m ./...
test-tip:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
go version
export GOMAXPROCS=1
export K6_BROWSER_HEADLESS=true
echo $TMPDIR
go test -p 1 -timeout 5m ./...
test-current-cov:
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
list=$(echo "$list" | cut -f1 -d ' ' | sort -u | paste -sd, -)
fi
echo $TMPDIR
go test -p 1 -timeout 5m --coverpkg="$list" -coverprofile=$(echo $pkg | tr / -).coverage $pkg
done
grep -h -v "^mode:" *.coverage >> coverage.txt
Expand Down Expand Up @@ -135,4 +138,5 @@ jobs:
go mod tidy
cat go.mod | grep go.k6.io/k6
export K6_BROWSER_HEADLESS=true
echo $TMPDIR
go test -p 1 -timeout 5m ./...

0 comments on commit 79bc175

Please sign in to comment.