[debug] disable other wf, wait on failure
This commit is contained in:
parent
bf71dc3714
commit
9d50f2cfbe
@ -10,6 +10,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
name: "Run Ethereum Fixturenet stack test"
|
name: "Run Ethereum Fixturenet stack test"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false
|
||||||
steps:
|
steps:
|
||||||
- name: "Clone project repository"
|
- name: "Clone project repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -41,3 +41,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
PATH=$PATH:~/bin
|
PATH=$PATH:~/bin
|
||||||
./tests/fixturenet-plugeth-stack/run-test.sh
|
./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