diff --git a/.circleci/config.yml b/.circleci/config.yml index 34909e6719f34..8ffedfb4b0344 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -233,7 +233,7 @@ jobs: name: Run E2E Tests for macOS # FIXME: remove --exclude=e2e-detox once we have a fix for the detox tests command: | - npx nx run-many -t e2e-macos --parallel=1 --exclude=e2e-detox + npx nx affected -t e2e-macos --parallel=1 --exclude=e2e-detox no_output_timeout: 45m # ------------------------- diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 8617f16c034de..f93d5b6148721 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -412,7 +412,7 @@ jobs: - name: Run e2e tests id: e2e-run - run: yarn nx run-many --target=e2e --projects="${{ join(matrix.project) }}" --parallel=1 + run: yarn nx run-many --target=e2e,e2e-macos --projects="${{ join(matrix.project) }}" --parallel=1 timeout-minutes: ${{ matrix.os_timeout }} env: GIT_AUTHOR_EMAIL: test@test.com