Skip to content

Commit

Permalink
Merge pull request #1686 from Kobzol/dry-run-log
Browse files Browse the repository at this point in the history
Also print sync-team output to CI logs
  • Loading branch information
marcoieni authored Mar 7, 2025
2 parents 05dafb0 + 7060437 commit 81abf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 81abf27

Please sign in to comment.