We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80b8b0 commit ed48d32Copy full SHA for ed48d32
.github/workflows/pyrad_tests_base.yml
@@ -75,3 +75,7 @@ jobs:
75
PYRAD_TESTS_PATH: ${{github.workspace}}/pyrad-tests/
76
working-directory: ${{github.workspace}}/pyrad-tests/
77
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