From caf88344d508d07b3bdbdba4afd4e0f8719b5490 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:14:44 +0200 Subject: [PATCH] Minor change --- .github/workflows/scripts-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index 1af0e25a..d557124a 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -120,7 +120,8 @@ jobs: fi if test "${1:?}" = 'cmdline.sh'; then case "${_s_shell?}" in - yash) if test "${current_os:?}" = 'macOS'; then return 0; fi ;; # Skip + #ksh) return 0 ;; # Skip + zsh) return 0 ;; # Skip *) ;; esac fi