Closed manning-ncsa closed 2 months ago
PR #208 removes the unit tests from the CI workflow until we fix this issue.
We should investigate use of this Free Disk Space on Ubuntu runners GitHub Action. A coworker introduced me to this because his image build is similarly about 8GB and his completes successfully after using this.
Commit bc7c2ce19ff2c969f383b885e44dcaab2c8c44d2 yielded a successful build and test pipeline.
🐞 Bug Report
Describe the bug
The current CI workflow defined in
.github/workflows/continuous-integration.yml
is broken because the image is so large that the workflow exceeds the runner's disk capacity. We need to devise a solution that reduces the workflow time and also completes successfully.