From adc23b0a625e91f8a612315fe89061b6939a859b Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Tue, 16 Jul 2024 16:35:21 -0700 Subject: [PATCH] CI: Add new pathogen repos --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24e0e4e..1e24032 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,10 @@ jobs: # XXX TODO: Test on multiple platforms (os, maybe arch) via the matrix too matrix: pathogen: + - dengue + - measles - mpox + - seasonal-cov - zika name: test-pathogen-repo-ci (${{ matrix.pathogen }})