From 304ed9e105d61b05dd6717cb0811e684c7514be3 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 13 May 2024 11:49:13 -0400 Subject: [PATCH] debug with tmate --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c34589..eea3896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,10 @@ jobs: working-directory: modflow6-examples/autotest run: pytest -v -n auto test_scripts.py --init + - name: Debug with tmate + if: matrix.os == 'ubuntu-22.04' + uses: mxschmitt/action-tmate@v3 + - name: Run local tests working-directory: modflow-devtools/autotest env: