From b39539f6c9f8bde21dee3c6b10d855691677871e Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:14:05 +0100 Subject: [PATCH] Update scripts-testing.yml --- .github/workflows/scripts-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index a818449c..4c6128cd 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -171,7 +171,7 @@ jobs: esac else case "${_s_shell?}" in - osh) return 0 ;; # Skip until is fixed + #osh) return 0 ;; # Skip until is fixed obosh) return 0 ;; # Skip *) ;; esac