Skip to content

Commit 2a4f250

Browse files
authored
[playground] Always upload test results in ci (facebook#31571)
Small change to always upload test results from CI even if the test failed.
1 parent 579cc2a commit 2a4f250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compiler_playground.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- run: npx playwright install --with-deps chromium
4747
- run: yarn test
4848
- name: Archive test results
49+
if: '!cancelled()'
4950
uses: actions/upload-artifact@v4
5051
with:
5152
name: test-results

0 commit comments

Comments
 (0)