File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 8888 nextflow run ${GITHUB_WORKSPACE} -profile test,conda --outdir ./results ${{ matrix.parameters }}
8989 if : " ${{ github.base_ref == 'master' }}"
9090
91- run : |
92- nextflow run ${GITHUB_WORKSPACE} -profile test,docker ${{ matrix.parameters }} --outdir ./results
93-
9491 aligners :
9592 name : Test available aligners
96- if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/chipseq') }}
93+ if : " ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/chipseq') }}"
9794 runs-on : ubuntu-latest
9895 strategy :
9996 matrix :
@@ -103,12 +100,15 @@ jobs:
103100 - " star"
104101 steps :
105102 - name : Check out pipeline code
106- uses : actions/checkout@v2
103+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
107104
108105 - name : Install Nextflow
109- run : |
110- wget -qO- get.nextflow.io | bash
111- sudo mv nextflow /usr/local/bin/
106+ uses : nf-core/setup-nextflow@v2
107+ with :
108+ version : " ${{ matrix.NXF_VER }}"
109+
110+ - name : Disk space cleanup
111+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
112112
113113 - name : Run pipeline with the different aligners available
114114 run : |
You can’t perform that action at this time.
0 commit comments