Skip to content

Commit

Permalink
Stream test output in CI to debug hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Sep 9, 2022
1 parent 74f2afb commit 84561e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Nx Integrity Check
run: npx nx workspace-lint
- name: Unit Tests
run: npx nx affected --target=test
run: npx nx affected --target=test --output-style=stream
- name: End to End Tests
run: npx nx affected --target e2e

0 comments on commit 84561e8

Please sign in to comment.