ci: run static generators as part of CI
These are used by release process, so add them to CI to notice if we break release scripts.
This commit is contained in:
parent
bf7a3583e5
commit
396f776aa5
|
@ -752,6 +752,8 @@ jobs:
|
|||
command: make check
|
||||
- run:
|
||||
command: make checkscripts
|
||||
- run:
|
||||
command: mkdir -p ui/dist && make generate-all static-assets
|
||||
- run:
|
||||
command: make -C .circleci CIRCLECI="circleci-local-cli --skip-update-check" ci-verify
|
||||
name: check .circleci/config.yml is up-to-date
|
||||
|
|
|
@ -7,6 +7,7 @@ steps:
|
|||
- run: make deps lint-deps
|
||||
- run: make check
|
||||
- run: make checkscripts
|
||||
- run: mkdir -p ui/dist && make generate-all static-assets
|
||||
- run:
|
||||
name: check .circleci/config.yml is up-to-date
|
||||
command: make -C .circleci CIRCLECI="circleci-local-cli --skip-update-check" ci-verify
|
||||
|
|
Loading…
Reference in New Issue