diff --git a/.github/workflows/test-config-creation.yml b/.github/workflows/test-config-creation.yml index 58c7b8dd..174c2bbe 100644 --- a/.github/workflows/test-config-creation.yml +++ b/.github/workflows/test-config-creation.yml @@ -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;