Skip to content

Commit bda9c3a

Browse files
committed
CI: Add Debugging to Windows integration tests
1 parent 24dbb96 commit bda9c3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Install modules
4444
if: steps.modules.outputs.cache-hit != 'true'
4545
run: bundle exec r10k puppetfile install
46+
- name: Output powershell version
47+
run: $PSVersionTable
4648
- uses: ./.github/actions/windows_agent_setup
4749
- name: Run tests
4850
run: bundle exec rake ci:windows:integration

0 commit comments

Comments
 (0)