diff --git a/.github/workflows/recuring-live-test.yml b/.github/workflows/recuring-live-test.yml index acf0459..0d18233 100644 --- a/.github/workflows/recuring-live-test.yml +++ b/.github/workflows/recuring-live-test.yml @@ -32,7 +32,7 @@ jobs: - uses: oven-sh/setup-bun@v1 - - run: FORCE_COLOR=false bunx playwright merge-reports --reporter line blob-report | tree report.txt + - run: FORCE_COLOR=false bunx playwright merge-reports --reporter line blob-report | tee report.txt - run: echo failed=`cat report.txt | grep failed` >> "$GITHUB_OUTPUT" id: status