Skip to content

Commit 90180dc

Browse files
committed
chore: remove local build since we are doing it as part of sam build anyway
1 parent 0768be7 commit 90180dc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,11 @@ jobs:
4141
steps:
4242
- name: Checkout repository
4343
uses: actions/checkout@v5
44-
- name: Setup Java ${{ matrix.java }}
45-
uses: actions/setup-java@v5
46-
with:
47-
distribution: corretto
48-
java-version: ${{ matrix.java }}
49-
cache: maven
5044
- name: Setup AWS SAM CLI
5145
uses: aws-actions/setup-sam@v2
5246
with:
5347
use-installer: true
5448
# token: ${{ secrets.GITHUB_TOKEN }} # only enable if we run into throughput issues
55-
- name: Build and test
56-
run: mvn -B -q install --file pom.xml
5749
- name: Configure AWS credentials
5850
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
5951
with:

0 commit comments

Comments
 (0)