Skip to content

Commit

Permalink
fix: pass the PR review env an ENV VAR (AWS_XRAY_SDK_ENABLED) to te…
Browse files Browse the repository at this point in the history
…ll it not to load xray (#1952)
  • Loading branch information
andrewleith authored Sep 19, 2024
1 parent c367017 commit 75050b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-admin-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
REDIS_ENABLED=True,\
SENDING_DOMAIN=staging.notification.cdssandbox.xyz,\
API_HOST_NAME=https://api.staging.notification.cdssandbox.xyz,\
ADMIN_BASE_URL=$URL
ADMIN_BASE_URL=$URL,\
AWS_XRAY_SDK_ENABLED=False
}" > /dev/null 2>&1
aws logs create-log-group --log-group-name /aws/lambda/$FUNCTION_NAME-$PR_NUMBER > /dev/null 2>&1
Expand Down

0 comments on commit 75050b7

Please sign in to comment.