Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97af6b6

Browse files
committedFeb 8, 2025
Test report too big?
1 parent 329c4d5 commit 97af6b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ jobs:
109109
# include_paths: tests
110110
# exclude_paths: tests/powershell1,tests/powershell2
111111
# exclude_tags: skip_ci
112-
report_name: module_tests
112+
report_name: ${{os}}_validation
113113
report_title: My Module Tests
114114
github_token: ${{ secrets.GITHUB_TOKEN }}
115115
tests_fail_step: true
116+
skip_check_run: true # Our test results are too large
116117
- name: dump test results
117118
shell: pwsh
118119
run: | # PowerShell

0 commit comments

Comments
 (0)
Please sign in to comment.