Skip to content

Commit

Permalink
Fix RAM limit for nf-test on runners
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron authored Oct 7, 2024
1 parent 8ac6fc4 commit 8d11b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Fix nf-test launching jvm with too much memory
run: |
sed -i 's/-Xmx10g//' $(which nf-test)
sed -i 's/-Xmx10G//' $(which nf-test)
- name: Compute test run UID
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit 8d11b44

Please sign in to comment.