Skip to content

Commit

Permalink
fix(repo): enable mac tests on nightly and fix CI (#16150)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Apr 6, 2023
1 parent f34564c commit e81bdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

# -------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down

0 comments on commit e81bdd4

Please sign in to comment.