Skip to content

Commit

Permalink
CI: Use pathogen-repo-build workflow
Browse files Browse the repository at this point in the history
Since the `pathogen-repo-ci` workflow does not allow for custom build
directories, use the `pathogen-repo-build` workflow instead.
  • Loading branch information
joverlee521 committed Oct 18, 2023
1 parent b4a4a58 commit daf015e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,22 @@ on:

jobs:
pathogen-ci:
# Temporarily use this ref until the commit is merged into the main repo
# PR: https://github.com/nextstrain/.github/pull/62 (opened on 2023-09-27)
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@4f3074183d6ab612faed84444eefe08a5ded0c69
strategy:
matrix:
runtime: [docker, conda]
permissions:
id-token: write
uses: nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@master
secrets: inherit
with:
build-dir: phylogenetic
runtime: ${{ matrix.runtime }}
run: |
nextstrain build \
phylogenetic \
--configfile profiles/ci/builds.yaml
artifact-paths: |
phylogenetic/auspice/
phylogenetic/results/
phylogenetic/benchmarks/
phylogenetic/logs/
phylogenetic/.snakemake/log/

0 comments on commit daf015e

Please sign in to comment.