Skip to content

Commit 28966f9

Browse files
committed
feat: store test result with gh action output
risk: low
1 parent f16e93c commit 28966f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/rw-rush-build-basic-checks.yml

+7
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,10 @@ jobs:
123123
- name: Rush test-isolated-ci
124124
run: |
125125
node common/scripts/install-run-rush.js test-isolated-ci --impacted-by git:origin/${TARGET_BRANCH}
126+
- name: Archive the artifacts
127+
uses: actions/upload-artifact@v4
128+
if: ${{ !cancelled() }}
129+
with:
130+
name: unit-test-artifacts
131+
path: |
132+
libs/**/ci/results/test-results.xml

0 commit comments

Comments
 (0)