From a11ffd12e5dcca953cf272171ae379b77b338f14 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 5 Dec 2023 15:03:25 +1000 Subject: [PATCH] Uploaded test results --- .github/workflows/integration-tests.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index b4427d5a7..8517de2a8 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -93,6 +93,13 @@ jobs: OCTOTESTSKIPINIT: true GOMAXPROCS: 1 OCTOTESTVERSION: 2023.4 + - name: Upload test artifacts + uses: actions/upload-artifact@v3 + with: + name: junit-test-summary-${{ matrix.index }} + path: node-summary.xml + retention-days: 1 + tests-combine-summaries: name: Combine Test Reports needs: [ tests ]