Skip to content

Commit

Permalink
ci: add output style stream to affected test command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Mar 6, 2024
1 parent 6fa854e commit 316b99e
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 @@ -25,7 +25,7 @@ jobs:

- run: npx nx format:check
- run: npx nx affected:lint
- run: npx nx affected:test
- run: npx nx affected:test --output-style stream
- run: npx nx affected:build
- run: |
echo "NO_COVERAGE_RUN=$(if [ -z "$(npx nx print-affected --select=projects)" ]; then echo "true"; else echo "false";fi)" >> $GITHUB_ENV
Expand Down

0 comments on commit 316b99e

Please sign in to comment.