Skip to content

Commit

Permalink
Switch CI to pathogen-repo-ci action [#257]
Browse files Browse the repository at this point in the history
Also add `nextstrain-pathogen.yaml` so that the new workflow triggers.
  • Loading branch information
genehack committed Jun 11, 2024
1 parent fa8e824 commit b5f2b2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,5 @@ on:
workflow_dispatch:

jobs:
pathogen-ci:
strategy:
matrix:
runtime: [docker, conda]
permissions:
id-token: write
uses: nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@master
secrets: inherit
with:
runtime: ${{ matrix.runtime }}
run: |
nextstrain build \
phylogenetic \
--configfiles build-configs/ci/config.yaml
artifact-name: output-${{ matrix.runtime }}
artifact-paths: |
phylogenetic/auspice/
phylogenetic/results/
phylogenetic/benchmarks/
phylogenetic/logs/
phylogenetic/.snakemake/log/
ci:
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
5 changes: 5 additions & 0 deletions nextstrain-pathogen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is currently an empty file to indicate the top level pathogen repo.
# The inclusion of this file allows the Nextstrain CLI to run the
# `nextstrain build` from any directory regardless of runtime.
#
# See https://github.com/nextstrain/cli/releases/tag/8.2.0 for more details.

0 comments on commit b5f2b2c

Please sign in to comment.