Skip to content

Commit

Permalink
feat: store test result with gh action output
Browse files Browse the repository at this point in the history
risk: low
  • Loading branch information
pbenes committed Feb 13, 2025
1 parent f16e93c commit fd15096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rw-rush-build-basic-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,10 @@ jobs:
- name: Rush test-isolated-ci
run: |
node common/scripts/install-run-rush.js test-isolated-ci --impacted-by git:origin/${TARGET_BRANCH}
- name: Archive the artifacts
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: unit-test-artifacts
path: |
**/ci/results/test-results.xml

0 comments on commit fd15096

Please sign in to comment.