Skip to content

Commit

Permalink
fixup! Chore(ci): Enable Lerna (Nx) verbose logging for all jobs in t…
Browse files Browse the repository at this point in the history
…he test pipeline
  • Loading branch information
literat committed Jan 14, 2025
1 parent daf875c commit 04e427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: ./.github/actions/setup-node

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

cleanup:
name: 🧹 Cleanup
Expand Down

0 comments on commit 04e427e

Please sign in to comment.