Skip to content

Bump scottbrenner/cfn-lint-action from 2.4.6 to 2.4.7 #227

Bump scottbrenner/cfn-lint-action from 2.4.6 to 2.4.7

Bump scottbrenner/cfn-lint-action from 2.4.6 to 2.4.7 #227

Workflow file for this run

name: Run tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- shell: bash -l {0}
run: |
export PYTHONPATH=${PWD}/apps/api/src:${PWD}/apps/fetcher/src
export AWS_DEFAULT_REGION=us-west-2
pytest tests