fix(ci): fixes for ephemeral nodes
This commit is contained in:
parent
c5f71c9e2e
commit
ab7ca9b551
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Remove Virtualbox network config
|
- name: Remove Virtualbox network config
|
||||||
if: always() # do this even if a step before has failed
|
if: always() # do this even if a step before has failed
|
||||||
run: sudo rm /etc/vbox/networks.conf
|
run: sudo rm /etc/vbox/networks.conf || true
|
||||||
|
|
||||||
- name: Configure VirtualBox
|
- name: Configure VirtualBox
|
||||||
run: |-
|
run: |-
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Remove Virtualbox network config
|
- name: Remove Virtualbox network config
|
||||||
if: always() # do this even if a step before has failed
|
if: always() # do this even if a step before has failed
|
||||||
run: sudo rm /etc/vbox/networks.conf
|
run: sudo rm /etc/vbox/networks.conf || true
|
||||||
|
|
||||||
- name: Upload log files
|
- name: Upload log files
|
||||||
if: always() # do this even if a step before has failed
|
if: always() # do this even if a step before has failed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user