From 75254e92a2cb2f8514e5236c8b75e7694cb43fe0 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 8 May 2023 16:57:31 -0700 Subject: [PATCH] ci: Only run test-pathogen-repo-ci builds using the Docker runtime The point is to test the new Docker runtime image, so we don't need to spend the time testing the Conda runtime too. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48840e31..a29d1f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,8 +175,11 @@ jobs: with: repo: nextstrain/${{ matrix.pathogen }} build-args: ${{ matrix.build-args }} + runtimes: | + - docker env: | NEXTSTRAIN_DOCKER_IMAGE: nextstrain/base:${{ needs.build.outputs.tag }} + artifact-name: ${{ matrix.pathogen }}-outputs continue-on-error: true secrets: inherit