[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:
Lauren Tan
2024-11-18 16:10:01 -05:00
parent 579cc2a44c
commit cedbb5c7d0
@@ -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