We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714a1ed commit 42bc480Copy full SHA for 42bc480
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- nextflow_version: "24.10.6"
23
java_version: "17"
24
profile: "apptainer"
25
- name: Nextflow v${{ matrix.nextflow_version }} / {{ matrix.profile }}
+ name: Nextflow v${{ matrix.nextflow_version }} / ${{ matrix.profile }}
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@master
0 commit comments