Skip to content

Commit

Permalink
ci: add --no_cosmic flag for tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Nov 29, 2024
1 parent b3d0f94 commit 88deea5
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 @@ -89,7 +89,7 @@ jobs:
-stub --build_references \
--outdir /home/runner/work/rnafusion/rnafusion/results --all \
--genomes_base /home/runner/work/rnafusion/rnafusion/results/references \
--cosmic_username ${{ secrets.COSMIC_USERNAME }} --cosmic_passwd ${{ secrets.COSMIC_PASSWD }}
--no_cosmic
- name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
run: |
Expand Down

0 comments on commit 88deea5

Please sign in to comment.