From f762af6e66da4ed0d67a5c780f00f8b01367f0eb Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 26 Mar 2024 12:44:31 -0700 Subject: [PATCH] Ensure test-firefox-safari is required for tests passing (#63733) This can currently fail and still pass our final tests pass check which it shouldn't x-ref: https://github.com/vercel/next.js/pull/63726 Closes NEXT-2939 --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a3eae2dd63da3..9f6e05aa4b24e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -424,6 +424,7 @@ jobs: 'test-dev', 'test-prod', 'test-integration', + 'test-firefox-safari', 'test-ppr-dev', 'test-ppr-prod', 'test-ppr-integration',