@samitouri / QOS-React-2 / commits / 2a4f2507a0

[playground] Always upload test results in ci (#31571)

Small change to always upload test results from CI even if the test failed.

lauren committed Nov 18, 2024 at 16:34 UTC 2a4f2507a09a715e8182b7954b1bc3d9c107f492
1 file changed +1
.github/workflows/compiler_playground.yml
+1
@@ -46,6 +46,7 @@ jobs:
46 - run: npx playwright install --with-deps chromium
47 - run: yarn test
48 - name: Archive test results
49 + if: '!cancelled()'
50 uses: actions/upload-artifact@v4
51 with:
52 name: test-results