Skip to content

Commit 847718a

Browse files
committed
Fix robocop lint step: use tee instead of --output flag
1 parent 0d690e5 commit 847718a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/robot-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: uv sync --locked
2222

2323
- name: Run Robocop lint
24-
run: uv run robocop check --output robocop-output.txt tests/ resources/
24+
run: uv run robocop check tests/ resources/ 2>&1 | tee robocop-output.txt
2525

2626
- name: Upload Robocop report
2727
if: always()

0 commit comments

Comments
 (0)