diff --git a/.github/workflows/template_version_comment.yml b/.github/workflows/template_version_comment.yml index 9dea41f0..d01fb43f 100644 --- a/.github/workflows/template_version_comment.yml +++ b/.github/workflows/template_version_comment.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Read template version from .nf-core.yml - uses: pietrobolcato/action-read-yaml@1.0.0 + uses: pietrobolcato/action-read-yaml@1.1.0 id: read_yml with: config: ${{ github.workspace }}/.nf-core.yml diff --git a/tests/tiny/params.json b/tests/tiny/params.json index 58137a9b..71262048 100644 --- a/tests/tiny/params.json +++ b/tests/tiny/params.json @@ -1,8 +1,5 @@ { "config_profile_name": "Test profile", "config_profile_description": "Tiny test dataset to check pipeline function", - "input": "tests/tiny/assemblysheet.csv", - "max_cpus": 2, - "max_memory": "6.GB", - "max_time": "6.h" + "input": "tests/tiny/assemblysheet.csv" }