Skip to content

Commit

Permalink
Added dummy env variables in CI GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Jun 20, 2021
1 parent 62dcfab commit e01ca86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
run: docker ps -a

- name: Run tests
env:
DEFAULT_REGION: us-east-1
AWS_ACCOUNT_ID: "000000000000"
AWS_ACCESS_KEY_ID: dummy-access-key
AWS_SECRET_ACCESS_KEY: dummy-secret-key
run: npm test

0 comments on commit e01ca86

Please sign in to comment.