Skip to content

Commit

Permalink
CI: Restore tests for ebola, lassa, mumps, rsv
Browse files Browse the repository at this point in the history
As per @victorlin 's recommendation in related change in conda-base,¹
these pathogens can get updated as post-merge tasks for eventual PRs.

¹ <nextstrain/conda-base#85 (comment)>
  • Loading branch information
joverlee521 committed Jul 19, 2024
1 parent 33170b7 commit 3a927af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ jobs:
matrix:
include:
- { pathogen: avian-flu, build-args: test_target }
- { pathogen: ebola }
- { pathogen: lassa }
- { pathogen: mumps }
- { pathogen: ncov, build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci }
- { pathogen: rsv }
- { pathogen: seasonal-flu, build-args: --configfile profiles/ci/builds.yaml -p }

name: test-pathogen-repo-ci-v0 (${{ matrix.pathogen }})
Expand Down Expand Up @@ -247,7 +251,6 @@ jobs:
# XXX TODO: Test on multiple platforms via the matrix too, as above?
matrix:
pathogen:
# XXX TODO: Restore pathogens after they've been updated (ebola, lassa, mumps, rsv)
- dengue
- measles
- mpox
Expand Down

0 comments on commit 3a927af

Please sign in to comment.