Skip to content

Commit

Permalink
workflow: update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 3, 2023
1 parent a2e64d7 commit acb56bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mockery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
run: |
go install github.com/vektra/mockery/v2@v2.34.2
- name: Generate Mocks for given directory
- name: Generate Mocks
run: |
~/go/bin/mockery --all --keeptree --dir=contracts
~/go/bin/mockery --all --keeptree --dir=database/gorm
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit acb56bc

Please sign in to comment.