Skip to content

Commit

Permalink
fix(core): split nightly e2e target (#16176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Apr 7, 2023
1 parent 9ba8444 commit 6889f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,9 @@ jobs:
- name: Run e2e tests
id: e2e-run
run: yarn nx run-many --target=e2e,e2e-macos --projects="${{ join(matrix.project) }}" --parallel=1
run: |
yarn nx run-many --target=e2e --projects="${{ join(matrix.project) }}" --parallel=1
yarn nx run-many --target=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 6889f93

Please sign in to comment.