Skip to content

Commit

Permalink
Switch CI to pathogen-repo-ci action [#257]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 11, 2024
1 parent fa8e824 commit 0c34b37
Showing 1 changed file with 2 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

0 comments on commit 0c34b37

Please sign in to comment.