Skip to content

Commit 460af07

Browse files
committed
refactor: adjust action 3
1 parent afbdf55 commit 460af07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ env:
1414
NX_TASKS_RUNNER_DYNAMIC_OUTPUT: false
1515
NX_SKIP_LOG_GROUPING: true
1616
NX_GENERATE_QUIET: true
17-
NX_VERBOSE_LOGGING: false
1817
NX_PERF_LOGGING: false
1918
NX_SKIP_NX_CACHE: true
2019
NX_SKIP_REMOTE_CACHE: true
2120
NX_DAEMON: false
2221
NX_PARALLEL: 1
2322
NX_BATCH_MODE: false
23+
# Keep this on
24+
NX_VERBOSE_LOGGING: true
2425

2526
jobs:
2627
lint:

0 commit comments

Comments
 (0)