Skip to content

Commit ed48d32

Browse files
authored
Update pyrad_tests_base.yml
1 parent a80b8b0 commit ed48d32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pyrad_tests_base.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ jobs:
7575
PYRAD_TESTS_PATH: ${{github.workspace}}/pyrad-tests/
7676
working-directory: ${{github.workspace}}/pyrad-tests/
7777
run: pytest "run_tests.py::test_base"
78+
- name: tmate session if tests fail
79+
if: ${{ github.event_name == 'workflow_dispatch' && failure() }}
80+
uses: mxschmitt/action-tmate@v3
81+

0 commit comments

Comments
 (0)