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