diff --git a/.github/workflows/turbopack-nextjs-build-integration-tests.yml b/.github/workflows/turbopack-nextjs-build-integration-tests.yml index 765f27046c..9e89fa2543 100644 --- a/.github/workflows/turbopack-nextjs-build-integration-tests.yml +++ b/.github/workflows/turbopack-nextjs-build-integration-tests.yml @@ -145,8 +145,7 @@ jobs: # Collect integration test results from execute_tests, # Store it as github artifact for next step to consume. collect_nextjs_production_integration_stat: - # needs: [test-production, test-integration-production] - needs: [test-production] + needs: [test-production, test-integration-production] name: Next.js integration test production status report runs-on: - 'self-hosted' @@ -176,8 +175,7 @@ jobs: passed-test-path-list.json upload_test_report: - # needs: [test-production, test-integration-production] - needs: [test-production] + needs: [test-production, test-integration-production] name: Upload test report to datadog runs-on: - 'self-hosted' diff --git a/test/build-turbopack-build-tests-manifest.js b/test/build-turbopack-build-tests-manifest.js index 299a50aef3..ec8f95c21e 100644 --- a/test/build-turbopack-build-tests-manifest.js +++ b/test/build-turbopack-build-tests-manifest.js @@ -260,6 +260,7 @@ async function updatePassingTests() { suites: ordered, rules: { include: [ + 'test/integration/**/*.test.{t,j}s{,x}', 'test/e2e/**/*.test.{t,j}s{,x}', 'test/production/**/*.test.{t,j}s{,x}', ],