Merge pull request #105 from ASFHyP3/dependabot/pip/connexion-swagger… #252
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |