Skip to content

Commit

Permalink
fix(nx-serverless): exclude unit-test in nx-serverless because too ma…
Browse files Browse the repository at this point in the history
…ny broken
  • Loading branch information
NarongOk committed Oct 11, 2024
1 parent ae91f69 commit 5b091c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@ jobs:
# command: yarn documentation
- run:
name: Run Unit Tests
command: yarn affected:test --base=origin/master~1 --runInBand
command: yarn affected:test --base=origin/main --exclude=nx-serverless --runInBand
e2e-nx-plugins:
executor: default
steps:
- setup
- run:
name: nx-plugins E2E Tests
command: yarn affected:e2e --base=origin/master~1
command: yarn affected:e2e --base=origin/main
no_output_timeout: 30m
semantic-release:
executor: default
steps:
- setup
- run:
name: Build
command: yarn nx affected --target=build --base=origin/master~1 --parallel --with-deps
command: yarn nx affected --target=build --base=origin/main --parallel --with-deps
- run:
name: Release
command: yarn semantic-release
Expand Down

0 comments on commit 5b091c3

Please sign in to comment.