[debug] disable other wf, wait on failure
This commit is contained in:
parent
bf71dc3714
commit
9d50f2cfbe
@ -10,6 +10,7 @@ jobs:
|
||||
test:
|
||||
name: "Run Ethereum Fixturenet stack test"
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
steps:
|
||||
- name: "Clone project repository"
|
||||
uses: actions/checkout@v3
|
||||
|
@ -41,3 +41,10 @@ jobs:
|
||||
run: |
|
||||
PATH=$PATH:~/bin
|
||||
./tests/fixturenet-plugeth-stack/run-test.sh
|
||||
|
||||
- name: "Wait if job failed"
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
until [ -f /tmp/stop ]; do
|
||||
sleep 10
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user