Skip to content

Commit b27c220

Browse files
committed
chore(ci): adding dummy env vars for tests to see if it fixes errors
1 parent 30bca4a commit b27c220

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
- name: Build
2626
run: dotnet build --configuration Release --no-restore
2727
- name: Test
28+
env:
29+
AWS_DEFAULT_REGION: us-west-2
30+
AWS_REGION: us-west-2
2831
run: dotnet test

0 commit comments

Comments
 (0)