From 1f8abd9dba3456edb7a4536edaae1ebc23f9bb1f Mon Sep 17 00:00:00 2001 From: Gus Monod Date: Wed, 15 Nov 2023 14:36:46 -0500 Subject: [PATCH] Debugging CI Signed-off-by: Gus Monod --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38a819b..aeb2290 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,5 +189,6 @@ jobs: LDFLAGS="-Wl,-rpath,/opt/bb/lib" python -m pip install ./python-comdb2-sdist[tests] ' + - uses: lhotari/action-upterm@v1 - name: Run Tests run: (cd python-comdb2-sdist/tests && python -m pytest -vvv)