Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 15, 2024
1 parent 6e26673 commit 130859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recuring-live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 130859a

Please sign in to comment.