Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Dec 2, 2023
1 parent 10f5e2d commit d1d0561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-config-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
CONFIG_PATH=~/.config/topgrade.toml;
if [ -f "$CONFIG_PATH" ]; then rm $CONFIG_PATH; fi
cargo build;
./target/debug/topgrade --dry-run --only system;
# Yes for confirming the breaking changes, if this is a major release
yes | ./target/debug/topgrade --dry-run --only system;
stat $CONFIG_PATH;

0 comments on commit d1d0561

Please sign in to comment.