ops: run attribution-trailer self-test in CI
Self-test ran only when invoked by hand; wire it into the same job as the range scan so a broken checker fails the build. Self-test runs first so a broken checker doesn't get masked by the range scan. Refs #4432
This commit is contained in:
parent
9e618b3b90
commit
ed781b990e
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: self-test
|
||||
run: sh scripts/check-attribution-trailers.sh --self-test
|
||||
- name: lint
|
||||
run: sh scripts/check-attribution-trailers.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue