Skip to content

Commit 9f01fd1

Browse files
authored
chore: update ci config (#2737)
1 parent 51520b2 commit 9f01fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: yarn nx show projects --verbose
7373

7474
- name: Check formatting of other files
75-
run: yarn nx format:check --verbose
75+
run: yarn nx-cloud record -- yarn nx format:check --verbose
7676

7777
- name: Ensure the workspace configuration is in sync
7878
run: yarn nx-cloud record -- yarn nx sync:check
@@ -86,7 +86,7 @@ jobs:
8686
timeout-minutes: 60
8787

8888
- run: npx nx-cloud fix-ci
89-
if: always()
89+
if: failure()
9090

9191
# main-windows:
9292
# name: Main Windows

0 commit comments

Comments
 (0)