Skip to content

Commit

Permalink
Adding options json to automated test run
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Mar 13, 2024
1 parent db26b33 commit 74a1a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cromwell-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: wget -q https://github.com/broadinstitute/cromwell/releases/download/86/cromwell-86.jar
-
name: Execute Test Run of WDL Workflow
run: java -jar cromwell-86.jar run fastq-to-cram.wdl -i fastq-to-cram-inputs.json
run: java -jar cromwell-86.jar run fastq-to-cram.wdl --inputs fastq-to-cram-inputs.json --options fastq-to-cram-options.json



0 comments on commit 74a1a07

Please sign in to comment.