diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b508b6d..36b854d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -408,13 +408,16 @@ jobs: with: persist-credentials: false - - name: Test - uses: ./ - with: - operating_system: openbsd - architecture: x86-64 - version: '7.4' - hypervisor: qemu - sync_files: false - shutdown_vm: false - run: true + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + + # - name: Test + # uses: ./ + # with: + # operating_system: openbsd + # architecture: x86-64 + # version: '7.4' + # hypervisor: qemu + # sync_files: false + # shutdown_vm: false + # run: true