From 316b99ef614251d23bb113c07d0dac4b9bf2e299 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Wed, 6 Mar 2024 08:59:53 -0300 Subject: [PATCH] ci: add output style stream to affected test command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22714a1..508cac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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