Skip to content

docs: fix typo in my-first-loculus.md (#3012) #125

docs: fix typo in my-first-loculus.md (#3012)

docs: fix typo in my-first-loculus.md (#3012) #125

name: preprocessing-tests
on:
pull_request:
paths:
- "preprocessing/nextclade/**"
- ".github/workflows/preprocessing-tests.yaml"
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-preprocessing-tests
cancel-in-progress: true
jobs:
unitTests:
name: Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-file: preprocessing/nextclade/environment.yml
micromamba-version: 'latest'
init-shell: >-
bash
cache-environment: true
post-cleanup: 'all'
- name: Run tests
run: |
micromamba activate loculus-nextclade
pip install -e .
python3 tests/test.py
shell: micromamba-shell {0}
working-directory: preprocessing/nextclade/