From e881e82cd8f6337cd84ce88d7101fc382f4ae341 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:04:14 -0400 Subject: [PATCH] Add nextstrain/rsv to CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is now possible with the addition of example data in the rsv repo¹. ¹ https://github.com/nextstrain/rsv/commit/2efc4b614385a70586f0759ab0cf4600775be187 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce8e787..fc8e051 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,6 +131,7 @@ jobs: - { pathogen: monkeypox } - { 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 } - { pathogen: zika } name: test-pathogen-repo-ci (${{ matrix.pathogen }})