From 8b31a2555244be281d78d43c054aa275eb15d5a9 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Mon, 18 Nov 2024 15:57:44 -0800 Subject: [PATCH] /integration-tests/bats/ci.bats: add test for remove workflow --- integration-tests/bats/ci.bats | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/integration-tests/bats/ci.bats b/integration-tests/bats/ci.bats index 27d538c6a6..5adaee2dd1 100644 --- a/integration-tests/bats/ci.bats +++ b/integration-tests/bats/ci.bats @@ -332,3 +332,45 @@ EOF [[ ${output} == *"jobs:"* ]] || false [[ ${output} == *"steps:"* ]] || false } + +@test "ci: remove deletes a workflow" { + skip_remote_engine + cat > workflow_1.yaml < workflow_2.yaml <