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 cba0db1 commit 345ab91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
shell: bash
run: |
# Testing scripts...
find /usr/bin -samefile /usr/bin/sh || echo $?
printf '%s\n' '---'
find /bin -samefile /bin/sh || echo $?
diff -s -- "$(command -v 'sh' || :)" "$(command -v 'bash')"; echo $?
printf '%s\n' '---'
# shellcheck disable=SC2016 # Intended: Expressions don't expand in single quotes
readonly current_os='${{ matrix.os }}'; readonly workspace_dir='${{ github.workspace }}'
Expand Down

0 comments on commit 345ab91

Please sign in to comment.