Set up your GitHub Actions workflow with a specific version of mockery
See action.yml
Basic:
steps:
- uses: actions/checkout@v3
- uses: brokeyourbike/go-mockery-action@v0
with:
mockery-version: '2.9.4' # The mockery version to download and use.
- run: mockery --all
Input | Description | Usage |
---|---|---|
mockery-version |
mockery version to download and use | *Required |
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
The scripts and documentation in this project are released under the MPL-2.0