From eb4d01eff2210a087bd69b0756784c2ad9b0647b Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 27 Feb 2023 15:28:01 -0700 Subject: [PATCH] Test --- .github/workflows/pr.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e280e2f601..3aaf39e761 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -79,6 +79,13 @@ jobs: uses: ./.github/workflows/e2e-app-store.yml secrets: inherit + e2e-app-store-2: + name: E2E App Store tests 2 + if: ${{ needs.changes.outputs.app-store == 'true' }} + needs: [changes, lint, build] + uses: ./.github/workflows/e2e-app-store.yml + secrets: inherit + e2e-embed: name: E2E embeds tests if: ${{ needs.changes.outputs.embed == 'true' }}