From 222313181f79c1d9e72064224393470446e19685 Mon Sep 17 00:00:00 2001 From: Kwonunn Date: Sun, 13 Oct 2024 13:57:07 +0200 Subject: [PATCH] Add schedule-noncancel test to 9.0 suite --- actions/actions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/actions.sh b/actions/actions.sh index 7bcc4df..9701e39 100755 --- a/actions/actions.sh +++ b/actions/actions.sh @@ -141,6 +141,7 @@ function test_actions() { if dpkg --compare-versions $version ge 9.0; then run actions_verify_feature logs-compression + run actions_verify_example schedule-noncancel fi done }