diff --git a/.github/workflows/compiler_playground.yml b/.github/workflows/compiler_playground.yml index 0d4c4d2726cc1..9e7b5b438ad2b 100644 --- a/.github/workflows/compiler_playground.yml +++ b/.github/workflows/compiler_playground.yml @@ -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