make embed and app-store tests required (#10271)

pull/10275/head
Hariom Balhara 2023-07-20 17:38:09 +05:30 committed by GitHub
parent 3f900966b0
commit fc4a2bd186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: