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 b1010b3 commit 931efd5Copy full SHA for 931efd5
.github/workflows/build.yml
@@ -54,6 +54,7 @@ jobs:
54
with:
55
distribution: 'zulu'
56
java-version: ${{ matrix.java }}
57
+ cache: maven
58
- name: Build with Maven
59
run: mvn -Pbuild-without-spotbugs -B package --file pom.xml
60
savepr:
.github/workflows/run-e2e-tests.yml
@@ -37,6 +37,7 @@ jobs:
37
38
distribution: 'corretto'
39
40
41
- name: Setup AWS credentials
42
uses: aws-actions/configure-aws-credentials@v1.6.1
43
0 commit comments