Skip to content

Commit

Permalink
chore: fix ci (remove parallel)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Dec 15, 2024
1 parent 7818232 commit afee6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
main-branch-name: 'develop'

- run: pnpm exec nx-cloud record -- nx format:check
- run: pnpm exec nx affected -t lint test build e2e-ci --parallel=5 --exclude=smoke
- run: pnpm exec nx affected -t lint test build e2e --exclude=smoke

0 comments on commit afee6a9

Please sign in to comment.