Skip to content

Commit

Permalink
Fix .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmezz authored Nov 7, 2023
1 parent 07fdae4 commit 6aebacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Run pipeline with test data (BGC workflow)
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test_bgc,docker --outdir ./results ${{ matrix.parameters --bgc_skip_deepbgc }}
nextflow run ${GITHUB_WORKSPACE} -profile test_bgc,docker --outdir ./results ${{ matrix.parameters }} --bgc_skip_deepbgc
test_deeparg:
name: Run pipeline with test data (DeepARG only workflow)
Expand Down

0 comments on commit 6aebacf

Please sign in to comment.