Skip to content

Commit 9c521ec

Browse files
authored
Update GnuTests.yml
1 parent 0e00cd6 commit 9c521ec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ jobs:
175175
with:
176176
name: gnu-root-full-result
177177
path: ${{ env.TEST_ROOT_FULL_SUMMARY_FILE }}
178+
- name: Upload stty json results
179+
uses: actions/upload-artifact@v5
180+
with:
181+
name: gnu-stty-full-result
182+
path: ${{ env.TEST_STTY_FULL_SUMMARY_FILE }}
183+
178184
- name: Compress test logs
179185
shell: bash
180186
run : |

0 commit comments

Comments
 (0)