We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0768be7 commit 90180dcCopy full SHA for 90180dc
1 file changed
.github/workflows/e2e-tests.yml
@@ -41,19 +41,11 @@ jobs:
41
steps:
42
- name: Checkout repository
43
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
50
- name: Setup AWS SAM CLI
51
uses: aws-actions/setup-sam@v2
52
with:
53
use-installer: true
54
# 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
57
- name: Configure AWS credentials
58
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
59
0 commit comments