Skip to content

Commit

Permalink
CI: Switch CI to pathogen-repo-ci workflow
Browse files Browse the repository at this point in the history
See nextstrain/.github#94 for context
  • Loading branch information
joverlee521 committed Jul 16, 2024
1 parent 573ebd7 commit 9f8d539
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
name: CI

on:
- push
- pull_request
push:
branches:
- main
pull_request:
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 \
--configfile 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 9f8d539

Please sign in to comment.