fix(repo): enable mac tests on nightly and fix CI (#16150)
This commit is contained in:
parent
f34564c2f8
commit
e81bdd4c1e
@ -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
|
||||
|
||||
# -------------------------
|
||||
|
||||
2
.github/workflows/e2e-matrix.yml
vendored
2
.github/workflows/e2e-matrix.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user