Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed May 30, 2024
1 parent 44972a1 commit e957409
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
- name: Checkout code into the directory
uses: actions/checkout@v3

- name: setup env
shell: bash
run: |
echo "::set-env name=GOPATH::${{ github.workspace }}/go"
echo "::add-path::${{ github.workspace }}/go/bin"
- name: Setup Go environment explicitly
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit e957409

Please sign in to comment.