Add extra-test validation.
This commit is contained in:
parent
61246da521
commit
bcafd92767
@ -22,3 +22,11 @@ jobs:
|
||||
- run: pip install -e .
|
||||
- run: pip install mypy
|
||||
- run: mypy org_rw
|
||||
|
||||
stability-extra-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: apt-get update && apt-get install -y git-core
|
||||
- run: bash extra-tests/check_all.sh
|
||||
|
Loading…
Reference in New Issue
Block a user