Skip to content

Commit 7a09ffa

Browse files
committed
skip tests
1 parent 1be72ac commit 7a09ffa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2626
restore-keys: ${{ runner.os }}-m2
2727
- name: Build
28-
run: mvn clean verify
28+
run: mvn clean verify -DskipTests=true
29+
#run: mvn clean verify
2930

3031
test:
3132
name: Test
@@ -48,8 +49,8 @@ jobs:
4849
restore-keys: ${{ runner.os }}-m2
4950
- name: Build
5051
run: mvn clean package install -DskipTests=true
51-
- name: Build, test
52-
run: mvn -B test
52+
#- name: Build, test
53+
# run: mvn -B test
5354

5455
publish-OSSRH:
5556
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)