fix(core): split nightly e2e target (#16176)

This commit is contained in:
Katerina Skroumpelou 2023-04-07 18:03:37 +03:00 committed by GitHub
parent 9ba8444930
commit 6889f933f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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