Skip to content

Commit

Permalink
Added GOPATH reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 10, 2023
1 parent b14272f commit 0038a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Generate test report
if: always()
run: |
go-junit-report -set-exit-code < go-test.out | tee -a report.xml
$(go env GOPATH)/bin/go-junit-report -set-exit-code < go-test.out | tee -a report.xml
- name: Test summary
id: unit-tests-summary
if: always()
Expand Down

0 comments on commit 0038a4a

Please sign in to comment.