Skip to content

Commit

Permalink
Merge branch 'main' into update-test-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
llwt authored Sep 12, 2024
2 parents b82bee3 + 00811dc commit 26abdc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
# This enables task distribution via Nx Cloud
# Run this command as early as possible, before dependencies are installed
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
<<<<<<< update-test-patterns -- Incoming Change
- run: yarn dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
=======
- run: yarn dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="e2e"
>>>>>>> main -- Current Change

# Cache node_modules
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 26abdc2

Please sign in to comment.