Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 10, 2024
1 parent 33e0b22 commit 018c043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
readonly workspace_dir='${{ github.workspace }}'
export ONLY_FOR_TESTING='true'
for _script in 'tools/bits-info.sh' 'cmdline.sh'; do
printf '\n%s:\n\n' "${_script}"
printf '\nSCRIPT "%s":\n\n' "${_script}"
bash "${workspace_dir}/${_script}"
printf 'RETURN CODE:%s\n' "${?}"
printf '\nRETURN CODE:%s\n' "${?}"
done
- name: "Test script on Oils (only under macOS-latest)"
if: "${{ matrix.os == 'macos-latest' }}"
Expand Down

0 comments on commit 018c043

Please sign in to comment.