From e806b130d2aa121b14aff886bd49a6d8d62d3340 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Fri, 19 Jul 2024 09:43:02 +1200 Subject: [PATCH] Update avian-flu CI Mirrors the change in avian-flu's CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4caa0e..f2da80a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,7 +214,7 @@ jobs: strategy: matrix: include: - - { pathogen: avian-flu, build-args: test_target } + - { pathogen: avian-flu, build-args: --configfile config/gisaid.yaml -pf test_target } - { pathogen: ncov, build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci } - { pathogen: seasonal-flu, build-args: --configfile profiles/ci/builds.yaml -p }