We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e56c9 commit 195bd70Copy full SHA for 195bd70
.github/workflows/build.yml
@@ -38,3 +38,6 @@ jobs:
38
${{ runner.os }}-maven-
39
- name: Build with Maven
40
run: mvn --no-transfer-progress verify -DskipITs -DskipSign --batch-mode -Drevision=0
41
+ - name: Publish Test Report
42
+ if: ${{ always() }}
43
+ uses: ScaCap/[email protected]
0 commit comments