Skip to content

Commit

Permalink
limit mem for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Oct 2, 2023
1 parent 91dff6b commit ad742b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
- name: Run pipeline with profile ${{ matrix.tests }}
run: |
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.tests }},docker --outdir ./results
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.tests }},docker --max_memory '6.GB' --outdir ./results

0 comments on commit ad742b9

Please sign in to comment.