Skip to content

Commit

Permalink
workaround for
Browse files Browse the repository at this point in the history
nextflow-io/nextflow#1210
sylabs/singularity#3634
  • Loading branch information
rsuchecki committed Jan 3, 2020
1 parent 1c5d857 commit 5db7bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
run: |
wget https://github.com/plantinformatics/pretzel-input-generator/releases/download/testdata/test-data.tar.gz
tar xzvf test-data.tar.gz
- name: Pull containers
run: |
nextflow run pull_containers.nf -ansi-log false -profile singularity
- name: Workflow test (singularity)
run: |
NXF_VER=19.10.0 nextflow run ${GITHUB_WORKSPACE} -profile test,singularity --max_cpus 2 --max_memory 4.GB -ansi-log false
Expand Down

0 comments on commit 5db7bac

Please sign in to comment.