feat(eodag-proxy): declare routes for API & proxy #424
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: 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 |