Skip to content

Commit

Permalink
can we sneak in metabolism here too?
Browse files Browse the repository at this point in the history
it seems putting all the `anvi-self-test` commands in a single block
like this addresses our 'congrats, you have run out of space lol' issue
on GitHub. Let's see if it will also work for this beast.
  • Loading branch information
meren committed Sep 18, 2023
1 parent 31f31d9 commit dfa19aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/daily-component-tests-and-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
anvi-self-test --suite metagenomics-full --no-interactive
anvi-self-test --suite pangenomics --no-interactive
anvi-self-test --suite inversions --no-interactive
anvi-self-test --suite metabolism --no-interactive
# the following steps cause our actions to fail on GitHub runners
# due to space limitations :/ please do not uncomment this until we
# have a solution for this :/
#- name: "Run component tests for metabolism framework"
# shell: bash -l {0}
# run: |
# anvi-self-test --suite metabolism --no-interactive
#- name: "Migrate ancient anvi'o databases"
# shell: bash -l {0}
# run: |
Expand Down

0 comments on commit dfa19aa

Please sign in to comment.