We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d690e5 commit 847718aCopy full SHA for 847718a
1 file changed
.github/workflows/robot-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
run: uv sync --locked
22
23
- name: Run Robocop lint
24
- run: uv run robocop check --output robocop-output.txt tests/ resources/
+ run: uv run robocop check tests/ resources/ 2>&1 | tee robocop-output.txt
25
26
- name: Upload Robocop report
27
if: always()
0 commit comments