This commit is contained in:
zomars 2023-02-27 15:28:01 -07:00
parent c3fd449cfd
commit eb4d01eff2

View File

@ -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' }}