Skip to content

Commit

Permalink
add region when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentclaes committed Nov 22, 2022
1 parent 4d00a43 commit 93ad1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup-dev:
poetry run pre-commit install

test:
poetry run pytest --disable-warnings
AWS_DEFAULT_REGION=eu-west-1 poetry run pytest --disable-warnings

run-examples:
cd "${CURDIR}/examples/data_pipeline_simple" && poetry run cdk synth --app "python datajob_stack.py"
Expand Down

0 comments on commit 93ad1c2

Please sign in to comment.