diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e010bd91b00b..f54b90bae98b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -234,7 +234,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 44a0cf028e261..ff677f9be19cb 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -407,7 +407,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