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 11, 2024
1 parent 4532432 commit 26d7d74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
base:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
os: [macos-latest]
fail-fast: false
name: "${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
Expand All @@ -46,7 +46,9 @@ jobs:
if command 1> /dev/null -v 'apt-get'; then sudo apt-get -y -qq install 'mksh' 'yash' 'posh' 1> /dev/null; fi
if command 1> /dev/null -v 'brew'; then brew 1> /dev/null install --quiet 'oils-for-unix' 'mksh' 'yash'; fi
if command 1> /dev/null -v 'choco'; then choco 1> /dev/null install 'busybox' -y --no-progress; fi
osh --help || echo $?
osh -s -c 'echo 123' || echo $?
printf '%s\n' '---'
osh --init-file 'cmdline.sh' || echo $?
printf '%s\n' '---'
#
not_already_excuted()
Expand Down

0 comments on commit 26d7d74

Please sign in to comment.