Skip to content

Commit 6580bb1

Browse files
committed
chore: log only failed tests during CI workflow execution
1 parent de6b0d4 commit 6580bb1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/default_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: >
5757
pnpx nx run-many
5858
-t lint,test
59+
--configuration ci
5960
--exclude
6061
devextreme
6162
devextreme-themebuilder

packages/nx-infra-plugin/project.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
2424
"options": {
2525
"jestConfig": "{projectRoot}/jest.config.ts"
26+
},
27+
"configurations": {
28+
"ci": {
29+
"silent": true
30+
}
2631
}
2732
}
2833
}

0 commit comments

Comments
 (0)