Skip to content

Commit 98f517e

Browse files
committed
Disable maven download progress logs to reduce amount of logs in GH runner.
1 parent 905ac80 commit 98f517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run e2e test with Maven
7171
env:
7272
JAVA_VERSION: ${{ matrix.java }}
73-
run: mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
73+
run: mvn -DskipTests -ntp install --file pom.xml && mvn -Pe2e -B -ntp verify --file powertools-e2e-tests/pom.xml
7474

7575
e2e-graal:
7676
name: End-to-end GraalVM Tests (Java ${{ matrix.java }})
@@ -102,4 +102,4 @@ jobs:
102102
- name: Run e2e-graal test with Maven
103103
env:
104104
JAVA_VERSION: ${{ matrix.java }}
105-
run: mvn -DskipTests install --file pom.xml && mvn -Pe2e-graal -B verify --file powertools-e2e-tests/pom.xml
105+
run: mvn -DskipTests -ntp install --file pom.xml && mvn -Pe2e-graal -B -ntp verify --file powertools-e2e-tests/pom.xml

0 commit comments

Comments
 (0)