[debug] wait on job failure
This commit is contained in:
parent
e4c74cd039
commit
ffcefd3841
@ -90,6 +90,13 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pytest -v -k test_basic_db
|
pytest -v -k test_basic_db
|
||||||
|
|
||||||
|
- name: "Wait if job failed"
|
||||||
|
if: ${{ failure() }}
|
||||||
|
run: |
|
||||||
|
until [ -f /tmp/stop ]; do
|
||||||
|
sleep 10
|
||||||
|
done
|
||||||
|
|
||||||
compliance-test:
|
compliance-test:
|
||||||
name: Run compliance tests
|
name: Run compliance tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user