fix(repo): enable mac tests on nightly and fix CI (#16150)

This commit is contained in:
Miroslav Jonaš 2023-04-06 16:54:20 +02:00 committed by GitHub
parent f34564c2f8
commit e81bdd4c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ jobs:
name: Run E2E Tests for macOS name: Run E2E Tests for macOS
# FIXME: remove --exclude=e2e-detox once we have a fix for the detox tests # FIXME: remove --exclude=e2e-detox once we have a fix for the detox tests
command: | 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 no_output_timeout: 45m
# ------------------------- # -------------------------

View File

@ -412,7 +412,7 @@ jobs:
- name: Run e2e tests - name: Run e2e tests
id: e2e-run 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 }} timeout-minutes: ${{ matrix.os_timeout }}
env: env:
GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_EMAIL: test@test.com