diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c756a9af6bc48..e2df522b30163 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1347,9 +1347,9 @@ jobs: upload_test_results: name: Upload Test results needs: - - turbopack_rust_test1 - - turbopack_rust_test2 - if: always() + [determine_jobs, turbopack_rust_test1, turbopack_rust_test2] + # We have to set condition to always, since we want to upload test results for the failed tests as well. + if: ${{ always() }} runs-on: ubuntu-latest # Do not block CI if upload fails for some reason continue-on-error: true @@ -1372,9 +1372,6 @@ jobs: with: path: artifacts - - name: List test files - run: find ./artifacts/test_reports - - name: Upload continue-on-error: true env: