Skip to content

Commit 176f43c

Browse files
committed
test: specify region
1 parent 85cadd2 commit 176f43c

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
3636
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
3737
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}
38+
AWS_REGION: us-east-1

.github/workflows/build-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
run: .github/setup.sh
2727
- name: Execute the build
2828
run: .github/build.sh
29+
env:
30+
AWS_REGION: us-east-1

.github/workflows/platform-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
cache: 'maven'
3434
- name: Maven Test
3535
run: mvn -B clean test --file pom.xml
36+
env:
37+
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)