Skip to content

Commit 81abf27

Browse files
authored
Merge pull request #1686 from Kobzol/dry-run-log
Also print sync-team output to CI logs
2 parents 05dafb0 + 7060437 commit 81abf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
# Perform build and execution separately to avoid any potential output from
136136
# cargo leaking into the output file.
137137
cargo build --release
138-
./target/release/sync-team print-plan --services github --team-json team-api 2> output.txt
138+
./target/release/sync-team print-plan --services github --team-json team-api 2>&1 | tee -a output.txt
139139
140140
- name: Prepare comment
141141
run: |

0 commit comments

Comments
 (0)