Skip to content

Merge branch 'develop' of https://github.com/asfhyp3/hyp3-event-monit… #315

Merge branch 'develop' of https://github.com/asfhyp3/hyp3-event-monit…

Merge branch 'develop' of https://github.com/asfhyp3/hyp3-event-monit… #315

Workflow file for this run

name: Run tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-all.txt
- name: run pytest
env:
PYTHONPATH: find_new/src:api/src:harvest_products/src
run: |
export $(xargs < tests/cfg.env)
pytest tests/