Skip to content

Commit

Permalink
fix(repo): combine commands
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Apr 6, 2023
1 parent c0f012a commit f92a853
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,7 @@ jobs:
- name: Run e2e tests
id: e2e-run
run: |
# each project has either "e2e" or "e2e-macos" target
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
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 f92a853

Please sign in to comment.