Skip to content

Commit

Permalink
test.yml - add Bash and PowerShell Core scripts for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jun 12, 2020
1 parent ad3127f commit 4282dbf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,24 @@ jobs:
else { echo "Can't find $e" }
echo ''
}
- name: pwsh bin test
shell: pwsh
run: |
git version
ruby -v
bundle version
gem env
- name: bash bin test
shell: bash
# windows ruby-head does not have bash bin scripts
if: (startsWith(matrix.os, 'windows') && matrix.ruby == 'ruby-head') == false
run: |
echo ~
git version
ruby -v
bundle version
gem env
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4282dbf

Please sign in to comment.