Skip to content

Commit

Permalink
Update tools-tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 8, 2024
1 parent 24e7d9c commit 0a899d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tools-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
shell: bash
run: |
# Testing script...
bash --version | head -n 1
printf '\n'
printf '%s\n\n' 'bits-info.sh:'
'${{ github.workspace }}/tools/bits-info.sh'
- name: "Test script on Oils (only under macOS-latest)"
Expand All @@ -45,5 +47,11 @@ jobs:
printf '\n'
osh --version | head -n 1
printf '\n'
command -v osh; echo $?
command -V osh; echo $?
type osh; echo $?
which osh; echo $?
stat osh
printf '\n'
printf '%s\n\n' 'bits-info.sh:'
osh '${{ github.workspace }}/tools/bits-info.sh'

0 comments on commit 0a899d5

Please sign in to comment.