test(circleci): Ensure make docs is always run (#15140)
This commit is contained in:
parent
80891a6413
commit
8d8ee533ce
|
|
@ -93,8 +93,8 @@ jobs:
|
||||||
executor: telegraf-ci
|
executor: telegraf-ci
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- check-changed-files-or-halt
|
|
||||||
- run: ./scripts/make_docs.sh
|
- run: ./scripts/make_docs.sh
|
||||||
|
- check-changed-files-or-halt
|
||||||
- run: 'make deps'
|
- run: 'make deps'
|
||||||
- run: 'make tidy'
|
- run: 'make tidy'
|
||||||
- run: 'make check'
|
- run: 'make check'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue