Skip to content

Merge pull request #80 from NorwegianVeterinaryInstitute/deploy-1.5.1 #40

Merge pull request #80 from NorwegianVeterinaryInstitute/deploy-1.5.1

Merge pull request #80 from NorwegianVeterinaryInstitute/deploy-1.5.1 #40

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
env:
UV_SYSTEM_PYTHON: true
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- name: Install dependencies
run: uv sync --all-extras
- name: Run tests
run: uv run pytest