Skip to content

Commit

Permalink
Merge pull request #1679 from Kobzol/fix-dry-run
Browse files Browse the repository at this point in the history
Fix cargo build in dry run workflow
  • Loading branch information
marcoieni authored Mar 6, 2025
2 parents a8129c3 + c09665e commit 8d485f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
run: |
# Perform build and execution separately to avoid any potential output from
# cargo leaking into the output file.
cargo build ./target/debug/sync-team print-plan --services github --team-json team-api > output.txt
cargo build
./target/debug/sync-team print-plan --services github --team-json team-api > output.txt
- name: Prepare comment
run: |
Expand Down

0 comments on commit 8d485f3

Please sign in to comment.