Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Nov 6, 2023
1 parent 8820609 commit 7345cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Install dependencies
run: |
cd ./cli
cd ./gbm-cli
go get .
- name: Test
run: |
cd cli
cd ./gbm-cli
go test -v ./...

0 comments on commit 7345cb6

Please sign in to comment.