Skip to content

Commit 099da43

Browse files
committed
Add env for tests
1 parent 9b4501b commit 099da43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
run: |
2121
cd .ci/magician
2222
go test ./... -v
23+
env:
24+
GITHUB_TOKEN_CLASSIC: ${{ secrets.GITHUB_TOKEN }}
25+
GOPATH: '/workspace/go'

0 commit comments

Comments
 (0)