Skip to content

Commit

Permalink
debug workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LY1806620741 committed Dec 26, 2023
1 parent 5be36b0 commit b70bfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Generate source
run: |
go install github.com/golang/mock/[email protected]
go generate
- name: Build binaries
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Generate source
run: |
go install github.com/golang/mock/[email protected]
go generate
- name: Run staticcheck
run: |
Expand Down

0 comments on commit b70bfcc

Please sign in to comment.