GargGroup / BioDivGenomics

MIT License
0 stars 3 forks source link

Run tests with more GitHub Actions cases to save running time. #28

Closed junaruga closed 1 year ago

junaruga commented 1 year ago

There are 2 commits.

Note I registered the cromwell-77.jar as as "large file" by git-lfs.[1]

The file exceeds GitHub's file size limit of 100 MB, showing the error message below. Git Large File Storage (LFS) helps to manage large files.

$ git push <remote repo> <branch>
...
remote: error: File vendor/cromwell/cromwell-77.jar is 220.13 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
...

[1] https://git-lfs.github.com/

junaruga commented 1 year ago

Previously the total running time was 30 minutes 42 seconds. Now the total running time is 6 minutes 25 seconds. It was drastically improved.