We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be72ac commit 7a09ffaCopy full SHA for 7a09ffa
1 file changed
.github/workflows/maven-release.yml
@@ -25,7 +25,8 @@ jobs:
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
26
restore-keys: ${{ runner.os }}-m2
27
- name: Build
28
- run: mvn clean verify
+ run: mvn clean verify -DskipTests=true
29
+ #run: mvn clean verify
30
31
test:
32
name: Test
@@ -48,8 +49,8 @@ jobs:
48
49
50
51
run: mvn clean package install -DskipTests=true
- - name: Build, test
52
- run: mvn -B test
+ #- name: Build, test
53
+ # run: mvn -B test
54
55
publish-OSSRH:
56
runs-on: ubuntu-latest
0 commit comments