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 14, 2020
1 parent 94d73d9 commit efb7c9d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,25 @@ jobs:
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
steps:
Expand Down

0 comments on commit efb7c9d

Please sign in to comment.