Skip to content

Commit

Permalink
Uploaded test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 5, 2023
1 parent 87131e5 commit a11ffd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit a11ffd1

Please sign in to comment.