diff --git a/.github/workflows/test-okd-bundle.yml b/.github/workflows/test-okd-bundle.yml index 3f24da0e9c..63945739d9 100644 --- a/.github/workflows/test-okd-bundle.yml +++ b/.github/workflows/test-okd-bundle.yml @@ -51,5 +51,7 @@ jobs: crc config set network-mode user - name: Setup the crc run: sudo -su $USER crc setup + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Start the crc run: sudo -su $USER crc start