Skip to content

Commit c38019a

Browse files
committed
Update ci with the previous checks
1 parent 3a298a1 commit c38019a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)