From 53d0135f12285394e5705a07bcb50f56bfd48fb9 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 23 Jul 2024 16:46:42 +0530 Subject: [PATCH] Debug okd bundle failure --- .github/workflows/test-okd-bundle.yml | 2 ++ 1 file changed, 2 insertions(+) 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