From fc4a2bd18611f00d6c86bd67af8c15e1f98b856a Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Thu, 20 Jul 2023 17:38:09 +0530 Subject: [PATCH] make embed and app-store tests required (#10271) --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ebd48c7b7f..9e6725926d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -109,7 +109,7 @@ jobs: secrets: inherit required: - needs: [lint, type-check, test, build, e2e] + needs: [lint, type-check, test, build, e2e, e2e-embed, e2e-embed-react, e2e-app-store] if: always() runs-on: buildjet-4vcpu-ubuntu-2204 steps: