Skip to content

Commit

Permalink
Tests with an even smaller database
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Aug 3, 2023
1 parent 09c6b68 commit 8dc8c99
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 @@ -43,7 +43,7 @@ jobs:
- name: Download the BUSCO lineage database
run: |
mkdir busco_database
curl -L https://tolit.cog.sanger.ac.uk/test-data/resources/busco/GCA_922984935.2.subset.lineages.tar.gz | tar -C busco_database -xzf -
curl -L http://mm49.cog.sanger.ac.uk/lineages.tar.gz | tar -C busco_database -xzf -
- name: Run pipeline with test data
# You can customise CI pipeline run tests as required
Expand Down

0 comments on commit 8dc8c99

Please sign in to comment.