Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6eebdd7

Browse files
committedApr 4, 2025··
Add env for tests
1 parent 9b4501b commit 6eebdd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/unit-test-magician.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
run: |
2121
cd .ci/magician
2222
go test ./... -v
23+
echo $GOROOT
24+
echo $GOPATH
25+
echo $HOME
26+
env:
27+
GITHUB_TOKEN_CLASSIC: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.