Skip to content

Commit

Permalink
fix system tests (#4688)
Browse files Browse the repository at this point in the history
update system tests to use AWS credentials
  • Loading branch information
wconti27 authored and juan-fernandez committed Oct 1, 2024
1 parent f64dcd3 commit 6c594d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
TEST_LIBRARY: nodejs
WEBLOG_VARIANT: ${{ matrix.weblog-variant }}
DD_API_KEY: ${{ secrets.DD_API_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
AWS_DEFAULT_REGION: us-east-1 # AWS services should use `AWS_REGION`, but some still use the older `AWS_DEFAULT_REGION`

steps:
- name: Checkout system tests
Expand Down

0 comments on commit 6c594d4

Please sign in to comment.