We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dbb96 commit bda9c3aCopy full SHA for bda9c3a
.github/workflows/windows.yaml
@@ -43,6 +43,8 @@ jobs:
43
- name: Install modules
44
if: steps.modules.outputs.cache-hit != 'true'
45
run: bundle exec r10k puppetfile install
46
+ - name: Output powershell version
47
+ run: $PSVersionTable
48
- uses: ./.github/actions/windows_agent_setup
49
- name: Run tests
50
run: bundle exec rake ci:windows:integration
0 commit comments