You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max cpus: 2-core CPU Max memory: 7 GB of RAM memory Max disk size: 14 GB of SSD disk space
To be able to add CI/CD successfully therefore, a minimal test dataset is required.
Here is the template file that implements both docker and singularity CI.
It needs to be created in a folder in the root of the repo named .github/workflows/ci.yml (the folder names are reserved, the file name can be changed eg for ci.yml to continues-integration.yml etc)
There are also limitations in the resources that can be used when testing with Github Actions:
Hardware specification for Linux virtual machines (used by default)
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
Max cpus: 2-core CPU
Max memory: 7 GB of RAM memory
Max disk size: 14 GB of SSD disk space
To be able to add CI/CD successfully therefore, a minimal test dataset is required.
Here is the template file that implements both docker and singularity CI.
It needs to be created in a folder in the root of the repo named
.github/workflows/ci.yml
(the folder names are reserved, the file name can be changed eg for ci.yml to continues-integration.yml etc)Many configs can be tested using the matrix stretegy.
The text was updated successfully, but these errors were encountered: