Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Mar 9, 2024
1 parent 126d37f commit 696ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get database
run: |
nextflow run main.nf -profile docker --get_zenodo_db ./zenodo_db --max_memory '6.GB' --max_cpus 2
nextflow run main.nf -profile docker --get_zenodo_db --output ./zenodo_db --max_memory '6.GB' --max_cpus 2
sudo rm -r work .nextflow*
yes | docker system prune
Expand Down

0 comments on commit 696ab30

Please sign in to comment.