Skip to content

Commit

Permalink
Export PATH to include GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhrinaldo committed Jun 17, 2021
1 parent 46e72f2 commit bab98ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/supermarket-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- run: make unit-test
with:
go-version: 1.x
- run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
make unit-test

0 comments on commit bab98ad

Please sign in to comment.