From 70604379ff36b78d631bc95951466eb64416b7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 6 Mar 2025 19:35:24 +0100 Subject: [PATCH] Also print sync-team output to CI logs --- .github/workflows/dry-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dry-run.yml b/.github/workflows/dry-run.yml index 822481ce0..d116518dd 100644 --- a/.github/workflows/dry-run.yml +++ b/.github/workflows/dry-run.yml @@ -135,7 +135,7 @@ jobs: # Perform build and execution separately to avoid any potential output from # cargo leaking into the output file. cargo build --release - ./target/release/sync-team print-plan --services github --team-json team-api 2> output.txt + ./target/release/sync-team print-plan --services github --team-json team-api 2>&1 | tee -a output.txt - name: Prepare comment run: |