diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c952c8a2b..8795ac412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,6 +47,14 @@ jobs: path: "artifacts/TestResults/**/*.trx" if-no-files-found: error + - name: Upload Test Results + uses: actions/upload-artifact@v2 + if: failure() + with: + name: verify-test-results + path: | + **/*.received.* + - name: Upload binlogs uses: actions/upload-artifact@v4 with: @@ -61,4 +69,4 @@ jobs: # name: packages-${{ matrix.os }} # path: | # ./artifacts/package - # if-no-files-found: error \ No newline at end of file + # if-no-files-found: error