Ensure "generate" step runs in CI prior to diff check
This commit is contained in:
parent
de83493182
commit
38abd8db41
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
GFLAGS: -tags urfave_cli_no_docs
|
GFLAGS: -tags urfave_cli_no_docs
|
||||||
- run: make check-binary-size
|
- run: make check-binary-size
|
||||||
- run: make yamlfmt
|
- run: make yamlfmt
|
||||||
|
- run: make generate
|
||||||
- run: make diffcheck
|
- run: make diffcheck
|
||||||
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
run: make v2diff
|
run: make v2diff
|
||||||
|
Loading…
Reference in New Issue
Block a user