Skip to content

Commit

Permalink
Chore(ci): Enable Lerna (Nx) verbose logging for all jobs in the test…
Browse files Browse the repository at this point in the history
… pipeline
  • Loading branch information
literat committed Jan 15, 2025
1 parent 85c02c9 commit febad0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand All @@ -69,6 +70,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Checkout
Expand All @@ -140,6 +143,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand All @@ -153,7 +157,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Types Check
run: yarn types
run: yarn types --verbose > types.log 2>&1 || (cat types.log && exit 1)

cleanup:
name: 🧹 Cleanup
Expand Down

0 comments on commit febad0b

Please sign in to comment.