Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Set placeholder AWS credentials for localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
thought-tobi committed Apr 20, 2024
1 parent 974d85b commit 7a3e6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ else
echo "no virtual environment found. assuming dependencies are available."
fi

export AWS_ACCESS_KEY_ID=foo
export AWS_SECRET_ACCESS_KEY=bar

export PYTHONPATH=./ && poetry run coverage run -m pytest

echo "cleaning up"
Expand Down

0 comments on commit 7a3e6ff

Please sign in to comment.