Skip to content

fix(eodag-proxy): simplify APISIX routes #1097

fix(eodag-proxy): simplify APISIX routes

fix(eodag-proxy): simplify APISIX routes #1097

# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.
name: ▶️ Smoke Tests
on:
# via github UI
workflow_dispatch:
# commits
push:
branches:
- deploy-*
jobs:
run-smoke-tests:
name: "Run Smoke Tests"
uses: ./.github/workflows/run-tests.yaml
secrets: inherit
with:
pytest-options: "-m smoketest"
stac-link-check:
name: "STAC Link Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Source env and run tests
run: |
set -a && source pytest.env && set +a
uv run --with httpx,pytest pytest tests/smoke/ -v