Skip to content

Commit

Permalink
it fails to publish, lets resume
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Mar 9, 2024
1 parent 696ab30 commit 80d34ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_pr_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
- name: Get database
run: |
nextflow run main.nf -profile docker --get_zenodo_db --output ./zenodo_db --max_memory '6.GB' --max_cpus 2
nextflow run main.nf -profile docker --get_zenodo_db --output ./ --max_memory '6.GB' --max_cpus 2
nextflow run main.nf -profile docker --get_zenodo_db --output ./ --max_memory '6.GB' --max_cpus 2 -resume
nextflow run main.nf -profile docker --get_zenodo_db --output ./ --max_memory '6.GB' --max_cpus 2 -resume
sudo rm -r work .nextflow*
yes | docker system prune
- name: Run quicktest profile
run: |
nextflow run main.nf -profile docker,quicktest --bacannot_db $( realpath ./zenodo_db/bac* ) --output ./results --max_memory '6.GB' --max_cpus 2
nextflow run main.nf -profile docker,quicktest --bacannot_db $( realpath ./bac* ) --output ./results --max_memory '6.GB' --max_cpus 2
sudo rm -r work .nextflow*
yes | docker system prune
Expand Down

0 comments on commit 80d34ab

Please sign in to comment.