Skip to content

Commit faff128

Browse files
Add working directory explicitly to the build
1 parent fd3515b commit faff128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ jobs:
8484
env:
8585
GOPATH: "${{github.workspace}}"
8686
GOFLAGS: ${{ matrix.go-flags }}
87+
working-directory: "${{github.workspace}}/src/github.com/${{github.repository}}"
8788
run: go test ./...

0 commit comments

Comments
 (0)