fix(ci): fixes for ephemeral nodes

This commit is contained in:
Timothy Stewart 2024-01-26 23:06:02 -06:00
parent c5f71c9e2e
commit ab7ca9b551

View File

@ -46,7 +46,7 @@ jobs:
- name: Remove Virtualbox network config
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
run: |-
@ -112,7 +112,7 @@ jobs:
- name: Remove Virtualbox network config
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
if: always() # do this even if a step before has failed