From 54906d43a7e8cc286f27b70369aab9a4f0e9245f Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Tue, 8 Aug 2023 08:10:08 -0400 Subject: [PATCH] debug with tmate --- .github/workflows/test-cice.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-cice.yml b/.github/workflows/test-cice.yml index 70fdc4c14..3ce8212f2 100644 --- a/.github/workflows/test-cice.yml +++ b/.github/workflows/test-cice.yml @@ -36,6 +36,10 @@ jobs: # envdef: linux # minicond: Miniconda3-latest-Linux-x86_64.sh steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true - name: reset macos toolchain to commandlinetools shell: /bin/bash {0} if: contains( matrix.envdef, 'macos')