Skip to content

Commit

Permalink
ci(test): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 14, 2024
1 parent c5ef952 commit dbcf739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:

- uses: nrwl/nx-set-shas@v4

- run: pnpm nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after=e2e
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after=e2e
# - run: pnpm nx-cloud record -- nx format:check
- run: pnpm nx affected -t lint test build e2e
- run: npx nx affected -t lint test build e2e

0 comments on commit dbcf739

Please sign in to comment.