Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Sep 5, 2019
1 parent 70fb026 commit 8c175a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
export NXF_VER=${{ matrix.nxf_ver }}
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Download image
run: |
docker pull nfcore/sarek:dev
- name: Build references
run: |
nextflow run ${GITHUB_WORKSPACE}/build.nf -profile test,docker --build --outdir references
Expand Down

0 comments on commit 8c175a8

Please sign in to comment.