|
@@ -86,6 +86,13 @@ jobs:
|
|
name: failsafe-reports-${{ matrix.profile.name }}
|
|
name: failsafe-reports-${{ matrix.profile.name }}
|
|
path: ./**/target/failsafe-reports/
|
|
path: ./**/target/failsafe-reports/
|
|
if-no-files-found: ignore
|
|
if-no-files-found: ignore
|
|
|
|
+ - name: Upload cppunit test logs
|
|
|
|
+ if: ${{ failure() }}
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
|
|
+ with:
|
|
|
|
+ name: cppunit-logs-${{ matrix.profile.name }}
|
|
|
|
+ path: ./zookeeper-client/zookeeper-client-c/target/c/TEST-*.txt
|
|
|
|
+ if-no-files-found: ignore
|
|
typo-check:
|
|
typo-check:
|
|
name: Typo Check
|
|
name: Typo Check
|
|
# only run on pull requests because of security reasons
|
|
# only run on pull requests because of security reasons
|