diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 329bcdba7ff..68ba0f51187 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -83,6 +83,9 @@ jobs: - name: docker run: docker pull ${{ env.ENSIGHT_IMAGE }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Run pytest uses: ansys/actions/tests-pytest@v8 env: