Skip to content

Commit

Permalink
Tweaks to CI GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Jun 20, 2021
1 parent e01ca86 commit 4ff71d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Run tests
env:
DEFAULT_REGION: us-east-1
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
AWS_ACCOUNT_ID: "000000000000"
AWS_ACCESS_KEY_ID: dummy-access-key
AWS_SECRET_ACCESS_KEY: dummy-secret-key
Expand Down

0 comments on commit 4ff71d9

Please sign in to comment.