We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51520b2 commit 9f01fd1Copy full SHA for 9f01fd1
1 file changed
.github/workflows/ci_checks.yml
@@ -72,7 +72,7 @@ jobs:
72
run: yarn nx show projects --verbose
73
74
- name: Check formatting of other files
75
- run: yarn nx format:check --verbose
+ run: yarn nx-cloud record -- yarn nx format:check --verbose
76
77
- name: Ensure the workspace configuration is in sync
78
run: yarn nx-cloud record -- yarn nx sync:check
@@ -86,7 +86,7 @@ jobs:
86
timeout-minutes: 60
87
88
- run: npx nx-cloud fix-ci
89
- if: always()
+ if: failure()
90
91
# main-windows:
92
# name: Main Windows
0 commit comments