We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd02e2 commit e455052Copy full SHA for e455052
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: '11'
23
distribution: 'adopt'
24
- name: Build with Maven
25
- run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins
+ run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
26
27
- name: Archive production artifacts
28
uses: actions/upload-artifact@v2
0 commit comments