Skip to content

Commit

Permalink
Merge pull request #347 from astro-informatics/tkoskela-patch-1
Browse files Browse the repository at this point in the history
Add CI debugging instructions
  • Loading branch information
20DM authored Sep 12, 2024
2 parents 4c50839 + 1631089 commit 0a92448
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ When `purify` runs a directory will be created, and the output images will be
saved and time-stamped. Additionally, a config file with the settings used will
be saved and time-stamped, helping for reproducibility and book-keeping.
## Debugging the CI workflow with tmate
The CI workflow has a manual dispatch trigger which allows you to log into the job while it's running. You can trigger it in
[actions](https://github.com/astro-informatics/purify/actions/workflows/cmake.yml).
Run the workflow and set `debug_enabled=true` to enable the `tmate` step in the CI workflow. Once the workflow is running, open the job in actions.
You should see it printing out a line with a `ssh` command. Run it in terminal to log into the GitHub Actions runner.
## Docker
A Dockerfile is available on DockerHub. We are currently not maintaining it, and cannot
Expand Down

0 comments on commit 0a92448

Please sign in to comment.