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 10, 2024
1 parent 8001a27 commit e8650ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
# Testing scripts...
command 1> /dev/null 2>&1 -v 'brew' || echo $?
printf "%s\n" '---'
brew 2> /dev/null info 'dash' || echo $?
printf "%s\n" '---'
brew 2> /dev/null info 'dash' | grep -m 1 -F -e 'dash:' || echo $?
printf "%s\n" '---'
brew 2> /dev/null info 'dash' | grep -m 1 -F -e 'dash:' | cut -d ':' -f '2-' -s || echo $?
brew 2> /dev/null info 'dash' | head -n 1 | grep -m 1 -F -e 'dash' | cut -d ':' -f '2-' -s || echo $?
printf "%s\n" '---'
# shellcheck disable=SC2016 # Intended: Expressions don't expand in single quotes
readonly workspace_dir='${{ github.workspace }}'
Expand Down

0 comments on commit e8650ed

Please sign in to comment.