From 834d9e9b0791ae70e069cfe14a5375869605d8db 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-okd-bundle.yml b/.github/workflows/test-okd-bundle.yml index 3f24da0e9c..2983238954 100644 --- a/.github/workflows/test-okd-bundle.yml +++ b/.github/workflows/test-okd-bundle.yml @@ -6,7 +6,7 @@ on: jobs: build: name: Run OKD bundle with crc - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -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