Skip to content

Commit

Permalink
Remove latesteverything testing, revert resources changes in bclconve…
Browse files Browse the repository at this point in the history
…rt mini
  • Loading branch information
nschcolnicov committed Oct 18, 2024
1 parent 1c75dee commit 1d42766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
matrix:
NXF_VER:
- "24.04.2"
- "latest-everything"
profile:
- "docker"
- "singularity"
Expand Down
4 changes: 2 additions & 2 deletions conf/test_bclconvert.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// Limit resources so that this can run on GitHub Actions
process {
resourceLimits = [
cpus: 4,
memory: '13.GB',
cpus: 2,
memory: '6.GB',
time: '4.h'
]
}
Expand Down

0 comments on commit 1d42766

Please sign in to comment.