Skip to content

Commit

Permalink
enable verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Jan 24, 2025
1 parent 654fdcb commit 6ce5e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,7 @@ jobs:
cache: gradle

# There's no need to check formatting, linting & typecheck again on windows
- run: yarn nx affected --targets="build,test,e2e-ci" --configuration=ci --exclude=nx-console --parallel=3
- run: yarn nx affected --targets="build,test,e2e-ci" --configuration=ci --exclude=nx-console --parallel=3 --verbose
timeout-minutes: 45
env:
NX_VERBOSE_LOGGING: true

0 comments on commit 6ce5e85

Please sign in to comment.