Skip to content

Bump cfn-lint from 1.20.1 to 1.22.0 #491

Bump cfn-lint from 1.20.1 to 1.22.0

Bump cfn-lint from 1.20.1 to 1.22.0 #491

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/