feat: skip breaking changes notification with env var (#659)
* feat: skip breaking changes notification with env var * ci: apply that env in ci
This commit is contained in:
2
.github/workflows/test-config-creation.yml
vendored
2
.github/workflows/test-config-creation.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
CONFIG_PATH=~/.config/topgrade.toml;
|
||||
if [ -f "$CONFIG_PATH" ]; then rm $CONFIG_PATH; fi
|
||||
cargo build;
|
||||
./target/debug/topgrade --dry-run --only system;
|
||||
TOPGRADE_SKIP_BRKC_NOTIFY=true ./target/debug/topgrade --dry-run --only system;
|
||||
stat $CONFIG_PATH;
|
||||
|
||||
Reference in New Issue
Block a user