Skip to content

Commit

Permalink
ci: fail fast (#6558)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 26, 2024
1 parent 2145549 commit 1fe0458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run-many -t test --output-style=stream
- run: npx nx run-many -t test --output-style=stream --nxBail
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected]
with:
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
"release:minor": "ts-node ./scripts/release.ts --release-as minor",
"release:major": "ts-node ./scripts/release.ts --release-as major",
"*** CI ***": "",
"affected:test:libs": "nx affected --target test --exclude=demo --output-style=stream",
"affected:build:libs": "nx affected --target build --exclude=demo --output-style=stream",
"run-many:build:libs": "nx run-many --target build --all --exclude=demo --output-style=stream",
"run-many:publish:libs": "nx run-many --target publish --all --output-style=stream"
"run-many:build:libs": "nx run-many --target build --all --exclude=demo --output-style=stream --nxBail",
"run-many:publish:libs": "nx run-many --target publish --all --output-style=stream --nxBail"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 1fe0458

Please sign in to comment.