We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329c4d5 commit 97af6b6Copy full SHA for 97af6b6
.github/workflows/build.yml
@@ -109,10 +109,11 @@ jobs:
109
# include_paths: tests
110
# exclude_paths: tests/powershell1,tests/powershell2
111
# exclude_tags: skip_ci
112
- report_name: module_tests
+ report_name: ${{os}}_validation
113
report_title: My Module Tests
114
github_token: ${{ secrets.GITHUB_TOKEN }}
115
tests_fail_step: true
116
+ skip_check_run: true # Our test results are too large
117
- name: dump test results
118
shell: pwsh
119
run: | # PowerShell
0 commit comments