Skip to content

Commit

Permalink
chore: add branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Dec 7, 2024
1 parent d2bcf25 commit c67b3aa
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 @@ -33,5 +33,5 @@ jobs:

# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
# - run: npx nx-cloud record -- echo Hello World
- run: npx nx affected -t lint test build
- run: npx nx affected --parallel 1 -t e2e-ci
- run: npx nx affected -t lint test build --base=develop
- run: npx nx affected --parallel 1 -t e2e-ci --base=develop

0 comments on commit c67b3aa

Please sign in to comment.