From d581b60c9a94dd56d3dbcdf96f2f739719c00b99 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Mon, 14 Oct 2024 16:38:24 -0400 Subject: [PATCH] :alembic: :construction_worker: Live debug via SSH --- .github/workflows/test_cpac.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_cpac.yaml b/.github/workflows/test_cpac.yaml index 064e5f1f..131b2d6b 100644 --- a/.github/workflows/test_cpac.yaml +++ b/.github/workflows/test_cpac.yaml @@ -114,6 +114,8 @@ jobs: export APPTAINER_TMPDIR=${{ env.APPTAINER_TMPDIR }} export SINGULARITY_TMPDIR=${{ env.APPTAINER_TMPDIR }} cpac --platform ${{ matrix.platform }} pull --image ${{ needs.set_docker_image.outputs.docker_image }} --tag ${{ matrix.tag }} + - name: Setup upterm session + uses: lhotari/action-upterm@v1 - name: Test cpac, platform and tag specified run: | coverage run --append -m pytest --basetemp=${PWD}/tmp --doctest-modules --image=${{ needs.set_docker_image.outputs.docker_image }} --platform ${{ matrix.platform }} --tag ${{ matrix.tag }} .