Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmvp authored Jan 13, 2024
1 parent d812c5b commit 4888540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
go-version: '1.21.4'
- name: setup gob
run: |
echo $PATH
echo "PATH=$GOPATH/bin:$PATH" >> $GITHUB_ENV
# echo $PATH
# echo "PATH=$GOPATH/bin:$PATH" >> $GITHUB_ENV
echo $PATH
go install github.com/kcmvp/gob@latest
gob plugin list
- name: Test with gob
run: |
ls -alth $GOPATH/bin
gob test
# gob test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4888540

Please sign in to comment.