AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
60 stars 11 forks source link

ci: Adds tmate to tests.yaml workflow #946

Closed ns-rse closed 1 month ago

ns-rse commented 1 month ago

Resolves #896

Adds debugging with tmate action to tests.yaml which allows SSHing into GitHub Runners if tests have failed.

ns-rse commented 1 month ago

Thanks for the :white_check_mark:

Nope that is by design, it only runs if: ${{ failure() }}occurs in earlier stages(line 56).

That way we don't leave sessions open and accessible if they pass.