Skip to content

Bump moto from 5.0.21 to 5.0.22 #480

Bump moto from 5.0.21 to 5.0.22

Bump moto from 5.0.21 to 5.0.22 #480

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/