Skip to content

Commit

Permalink
update CI to always generate test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 4, 2024
1 parent 6dc103a commit e50c1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
name: ux-test-result_${{ matrix.os }}
path: ux-and-transport-test/build/reports/tests/test
if: ${{ !cancelled() }}
if: ${{ always() }}
- uses: actions/upload-artifact@v3
with:
name: unit-test-result_${{ matrix.os }}
path: build/reports/tests
if: ${{ !cancelled() }}
if: ${{ always() }}

0 comments on commit e50c1fd

Please sign in to comment.