mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[playground] Always upload test results in ci
Small change to always upload test results from CI even if the test failed.
This commit is contained in:
@@ -46,6 +46,7 @@ jobs:
|
||||
- run: npx playwright install --with-deps chromium
|
||||
- run: yarn test
|
||||
- name: Archive test results
|
||||
if: '!cancelled()'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-results
|
||||
|
||||
Reference in New Issue
Block a user