diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0e4cc..6cb6a66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,7 @@ jobs: - name: Test examples run: | OPENMC_EXAMPLES_DIR=$HOME/openmc/examples pytest -v ./test/test_examples.py + + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 \ No newline at end of file