Skip to content

Commit f35254b

Browse files
phipagCopilot
andauthored
Update .github/workflows/check-e2e.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f036821 commit f35254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
java-version: ${{ matrix.java }}
112112
cache: maven
113113
- name: Build all modules
114-
run: mvn -DskipTests -ntp install --file pom.xml
114+
run: mvn -B -DskipTests -ntp install --file pom.xml
115115
- name: Setup AWS credentials
116116
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
117117
with:

0 commit comments

Comments
 (0)