Skip to content

Commit

Permalink
Don't try to set AWS credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Jan 21, 2025
1 parent 34633bd commit a277441
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
aws-region: us-east-1
role-to-assume: arn:aws:iam::617001639586:role/gfw-data-lake-read

- name: run default tests
run: ./sbt ++$SCALA_VERSION "testOnly -- -n DefaultTag" coverage coverageReport

- name: run pro tests
run: ./sbt ++$SCALA_VERSION "testOnly -- -n ProTag" coverage coverageReport
env:
Expand Down Expand Up @@ -57,12 +54,6 @@ jobs:
distribution: temurin
java-version: 11.0.19

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::617001639586:role/gfw-geotrellis-jars-write

- name: Build Assembly
run: ./sbt assembly

Expand Down

0 comments on commit a277441

Please sign in to comment.