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 f8fcc9a commit 0b3d117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
shell: bash
run: |
# Testing scripts...
command 1> /dev/null 2>&1 -v 'brew' && brew 2> /dev/null info 'dash' | grep -m 1 -F -e 'dash:' | cut -d ':' -f '2-' -s
# 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 0b3d117

Please sign in to comment.