Skip to content

Commit

Permalink
Try export AWS_REGION=eu-west-2
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 12, 2024
1 parent 13c5e80 commit b2e3906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
poetry install
- name: Run pytest
run: poetry run pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
run: |
export AWS_REGION=eu-west-2
poetry run pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
env:
PYTHON_VERSION: ${{ matrix.python-version }}

Expand Down

0 comments on commit b2e3906

Please sign in to comment.