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 b267b75 commit 50bc217
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ 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
printf '%s\n' '---'
sudo apt-get -y -qq install 'bosh' || echo $?
sudo apt-get -y -qq install 'pbosh' || echo $?
printf '%s\n' '---'
man bosh || echo $?
#man bosh || echo $?
printf '%s\n' '---'
#pkg install bosh || echo $?
pkg install bosh || echo $?
printf '%s\n' '---'
bosh --version || echo $?
printf '%s\n' '---'
#
not_already_excuted()
Expand Down

0 comments on commit 50bc217

Please sign in to comment.