From ab7ca9b5514585304532128420a8a3c1ca70e520 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Fri, 26 Jan 2024 23:06:02 -0600 Subject: [PATCH] fix(ci): fixes for ephemeral nodes --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1624bc..94fef42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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