Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Aug 10, 2023
1 parent 4cb8c60 commit 9f0a757
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
with:
key: dependencies
path: ./vendor
- name: Install global dependencies
run: |
make install-swaggo;
which swag;
- name: Install system dependencies
uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- name: Install global dependencies
run: |
go env GOBIN BOPATH;
make install-swaggo;
which swag;
- name: Install code dependencies
run: make deps
- name: Cache code dependencies
Expand Down

0 comments on commit 9f0a757

Please sign in to comment.