diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 38533b20a62fc..3fb92bfa7bebd 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -200,7 +200,14 @@ jobs: secrets: inherit report-test-results: - needs: ['test-dev', 'test-prod', 'test-integration', 'test-turbopack-dev'] + needs: + [ + 'test-dev', + 'test-prod', + 'test-integration', + 'test-turbopack-dev', + 'test-turbopack-integration', + ] uses: ./.github/workflows/build_reusable.yml with: skipForDocsOnly: 'yes' @@ -223,6 +230,7 @@ jobs: 'rust-check', 'test-next-swc-wasm', 'test-turbopack-dev', + 'test-turbopack-integration', ] if: always()