Skip to content

chore(data-access): upgraded eoapi-notifier to 0.10.0. #423

chore(data-access): upgraded eoapi-notifier to 0.10.0.

chore(data-access): upgraded eoapi-notifier to 0.10.0. #423

name: Run Unit Tests
on:
push:
jobs:
stac-auth-proxy-filters:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run pytest
working-directory: argocd/eoepca/data-access/parts/stac-auth-proxy
run: uv run --with pytest,pytest-asyncio,cql2 pytest