Skip to content

Setup mockery

Actions
Setup mockery environment and add it to the PATH
v0.1.7
Latest
Star (4)

Tags

 (1)

go-mockery-action

Latest Stable Version Maintainability Test Coverage

Set up your GitHub Actions workflow with a specific version of mockery

Usage

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

Arguments

Input Description Usage
mockery-version mockery version to download and use *Required

Authors

License

The scripts and documentation in this project are released under the MPL-2.0

Setup mockery is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup mockery environment and add it to the PATH
v0.1.7
Latest

Tags

 (1)

Setup mockery is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.