Skip to content

Commit

Permalink
Add missing env vars to CI for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Dec 5, 2024
1 parent 0230a2b commit 3fcc1db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
export CANARY_MAILGUN_API_KEY=${{ secrets.TESTING_MAILGUN_API_KEY }}
export CANARY_SENTRY_ENVIRONMENT=ci
export CANARY_WEB_IMAGE_UPLOAD_PATH=../uploads
export CANARY_WEBDAV_SERVER=test
export CANARY_CLOUDFLARE_ACCOUNT_ID=test
export CANARY_CLOUDFLARE_API_TOKEN=test
export CANARY_CLOUDFLARE_NAMESPACE=test
cd tests
poetry run coverage run --source=../canarytokens --omit="integration/test_custom_binary.py,integration/test_sql_server_token.py" -m pytest units --runv3 -v
Expand Down

0 comments on commit 3fcc1db

Please sign in to comment.