Skip to content

fixup ci

fixup ci #28

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
pathogen-ci:
strategy:
matrix:
runtime: [docker, conda]
permissions:
id-token: write
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
secrets: inherit
with:
runtime: ${{ matrix.runtime }}

Check failure on line 17 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 17, Col: 16): Invalid input, runtime is not defined in the referenced workflow. .github/workflows/ci.yaml (Line: 18, Col: 12): Invalid input, run is not defined in the referenced workflow.
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/