From 7cdf92fc86bb120d7cb04b33c8b6502e9dff0cc4 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 15 Apr 2024 13:53:07 -0700 Subject: [PATCH] Require turbopack build jobs --- .github/workflows/build_and_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1606168096e70..b7a44dd852a13 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -461,6 +461,8 @@ jobs: 'test-turbopack-integration', 'test-new-tests-dev', 'test-new-tests-start', + 'test-turbopack-production', + 'test-turbopack-production-integration', ] if: always()