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 2cab84f commit 329c4d5Copy full SHA for 329c4d5
.github/workflows/build.yml
@@ -82,6 +82,7 @@ jobs:
82
- name: Install Output Modules
83
shell: pwsh
84
run: | # PowerShell
85
+ # https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell#powershell-module-locations
86
$ModuleDestination = if ($IsWindows) {
87
Join-Path ([Environment]::GetFolderPath('MyDocuments')) 'PowerShell/Modules'
88
} else {
@@ -111,6 +112,7 @@ jobs:
111
112
report_name: module_tests
113
report_title: My Module Tests
114
github_token: ${{ secrets.GITHUB_TOKEN }}
115
+ tests_fail_step: true
116
- name: dump test results
117
118
0 commit comments