From d1d0561cbf8fdae80445f3e336b9a0a268d5e0d3 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Sat, 2 Dec 2023 20:28:45 +0800 Subject: [PATCH] yes --- .github/workflows/test-config-creation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;