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 9b4a3f5 commit 8001a27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
run: |
# Testing scripts...
command 1> /dev/null 2>&1 -v 'brew' || echo $?
printf '---'
printf "%s\n" '---'
brew 2> /dev/null info 'dash' || echo $?
printf '---'
printf "%s\n" '---'
brew 2> /dev/null info 'dash' | grep -m 1 -F -e 'dash:' || echo $?
printf '---'
printf "%s\n" '---'
brew 2> /dev/null info 'dash' | 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 }}'
not_already_excuted()
Expand Down

0 comments on commit 8001a27

Please sign in to comment.