Skip to content

Commit

Permalink
ci: Only run test-pathogen-repo-ci builds using the Docker runtime
Browse files Browse the repository at this point in the history
The point is to test the new Docker runtime image, so we don't need to
spend the time testing the Conda runtime too.
  • Loading branch information
tsibley committed May 11, 2023
1 parent e277d01 commit 75254e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75254e9

Please sign in to comment.