Run tools CI job
This commit is contained in:
parent
14d4012e8e
commit
7f1c368c13
|
@ -36,6 +36,14 @@ jobs:
|
||||||
|
|
||||||
- run: SEVERITY=warning make shell-check
|
- run: SEVERITY=warning make shell-check
|
||||||
|
|
||||||
|
test-tools:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-python@v2
|
||||||
|
- run: make all
|
||||||
|
working-directory: tools
|
||||||
|
|
||||||
test-legacy:
|
test-legacy:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue