This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "powercli CI workflow windows" | |
on: | |
push: | |
branches: [ test ] | |
jobs: | |
windows-latest-pwsh-scripts: | |
name: "powercli- windows-latest Microsoft Windows Server 2019 Datacenter" | |
runs-on: windows-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: "powershell version" | |
run: $PSVersionTable | |
- name: "PowerCLI - MajorityElement" | |
run: .\scripts\MajorityElement.ps1 | |
- name: "PowerCLI - MajorityElement with modules" | |
run: .\scripts\MajorityElement_module.ps1 | |
# - name: "PowerCLI - silent install" | |
# run: .\scripts\Install_PowerCLI.ps1 | |
# - name: "PowerCLI - silent install" | |
# run: .\scripts\Install_PowerCLI_Powershellgallery.ps1 |