Skip to content

Commit a6d5cdd

Browse files
committed
Test report too big?
1 parent 329c4d5 commit a6d5cdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
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: ${{ matrix.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)