Closed ns-rse closed 1 month ago
Resolves #896
Adds debugging with tmate action to tests.yaml which allows SSHing into GitHub Runners if tests have failed.
tests.yaml
Thanks for the :white_check_mark:
Nope that is by design, it only runs if: ${{ failure() }}occurs in earlier stages(line 56).
if: ${{ failure() }}
That way we don't leave sessions open and accessible if they pass.
Resolves #896
Adds debugging with tmate action to
tests.yaml
which allows SSHing into GitHub Runners if tests have failed.