Skip to content

Commit dcd69bf

Browse files
Trying a redirection approach
1 parent 2b3f1b8 commit dcd69bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build app and run tests
3232
id: run-tests
3333
run: |
34-
npm run test:ci:integration 2>&1 | tee output.txt
34+
npm run test:ci:integration > >(tee output.txt)
3535
continue-on-error: true
3636

3737
- name: Extract test results between "failed" and "passed"

0 commit comments

Comments
 (0)