scimma / blast

Django web app for the automatic characterization of supernova hosts
MIT License
1 stars 2 forks source link

Fix the broken CI workflow that runs the unit tests #207

Closed manning-ncsa closed 2 months ago

manning-ncsa commented 6 months ago

🐞 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.

manning-ncsa commented 6 months ago

PR #208 removes the unit tests from the CI workflow until we fix this issue.

manning-ncsa commented 2 months ago

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.

manning-ncsa commented 2 months ago

Commit bc7c2ce19ff2c969f383b885e44dcaab2c8c44d2 yielded a successful build and test pipeline.