Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 16, 2024
1 parent 9287bfd commit 6a85c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
fi
if test "${1:?}" = 'cmdline.sh'; then
case "${_s_shell?}" in
zsh | yash | posh) return 0 ;; # Skip
zsh) return 0 ;; # Skip
*) ;;
esac
fi
Expand Down

0 comments on commit 6a85c52

Please sign in to comment.