Skip to content

Commit

Permalink
⚗️ 👷 Live debug via SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 14, 2024
1 parent 2f47e3f commit d581b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_cpac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} .
Expand Down

0 comments on commit d581b60

Please sign in to comment.