Skip to content

Commit ae46e09

Browse files
authored
Update main-status.yml (#5538)
2 parents a552b5e + 422334d commit ae46e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-jdk${{ matrix.jdk }}-maven-
2929
- name: Build
30-
run: mvn -B -U -T 2 clean install -Pquick,-formatting
30+
run: mvn -B -U -T 2 clean install -DskiptTests
3131
- name: Run all tests
3232
run: mvn -B verify -P-skipSlowTests,-formatting -Dmaven.javadoc.skip=true -Djapicmp.skip -Denforcer.skip=true -Danimal.sniffer.skip=true
3333
- name: Publish Test Report

0 commit comments

Comments
 (0)