Skip to content

Commit 45b7d81

Browse files
authored
chore: disable nx verbose logging
1 parent d4f6943 commit 45b7d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# Only set the read-write token if we are on the main branch
1919
NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}
2020
# This increases the verbosity of the logs for everything, including Nx Cloud, but will hopefully surface more info about recent lint failures
21-
NX_VERBOSE_LOGGING: true
21+
NX_VERBOSE_LOGGING: false
2222

2323
defaults:
2424
run:

0 commit comments

Comments
 (0)