Skip to content

Fix search_repository: Docker URL, ecm:fulltext field, configurable highlights #64

Fix search_repository: Docker URL, ecm:fulltext field, configurable highlights

Fix search_repository: Docker URL, ecm:fulltext field, configurable highlights #64

name: Build and Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup-and-install-dep
- name: Build
run: |
uv build
- name: Run unit tests
run: |
uv run pytest tests/ -v --no-integration