Designate 25D (MC.10.2.1), 25E (PY.1), 25F (NW.1.2), 25G (XFC), 25H (XFJ), and 25I (BA.3.2). #1283
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test-build: | |
| uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0 | |
| with: | |
| build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci | |
| test-cram: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: actions/setup-python@v6 | |
| with: | |
| python-version: "3.10" | |
| - run: pip install cram nextstrain-augur | |
| - run: cram --shell=/bin/bash tests/sanitize-metadata.t | |
| docs: | |
| uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master | |
| with: | |
| docs-directory: docs/ | |
| environment-file: docs/conda.yml |