diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904a4f7..6916976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,6 +170,7 @@ jobs: operating_system: freebsd architecture: x86-64 version: '13.0' + shutdown_vm: false run: env | sort test-cpu-count-config: @@ -190,6 +191,7 @@ jobs: architecture: x86-64 version: '13.1' cpu_count: 8 + shutdown_vm: false run: | sysctl hw.ncpu [ `sysctl -n hw.ncpu` = 8 ] @@ -236,6 +238,7 @@ jobs: architecture: x86-64 version: '7.3' image_url: https://github.com/cross-platform-actions/test-custom-image-builder/releases/download/v1.0.0/openbsd-7.3-x86-64.qcow2 + shutdown_vm: false run: test -f /foo test-cpu-features: @@ -256,6 +259,7 @@ jobs: architecture: x86-64 version: '13.2' hypervisor: qemu + shutdown_vm: false run: dmesg | grep -i avx2 test-no-vm-shutdown: @@ -345,6 +349,7 @@ jobs: architecture: x86-64 version: '13.2' sync_files: ${{ matrix.data.direction }} + shutdown_vm: false run: ${{ matrix.data.run }} - name: Run after diff --git a/.github/workflows/support/test/action.yml b/.github/workflows/support/test/action.yml index 6d1bb92..6ec4083 100644 --- a/.github/workflows/support/test/action.yml +++ b/.github/workflows/support/test/action.yml @@ -31,6 +31,7 @@ runs: operating_system: ${{ inputs.name }} architecture: ${{ inputs.architecture }} version: '${{ inputs.version }}' + shutdown_vm: false run: | uname -a echo $SHELL