Skip to content

Commit 85c8bc8

Browse files
authored
Merge pull request #3074 from WardF/ac-artifacts.wif
Capture ac-based log artifacts
2 parents c45d364 + 241111a commit 85c8bc8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/run_tests_win_cygwin.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ jobs:
8787
timeout-minutes: 30
8888
run: |
8989
make check -j$(nproc) SHELL=/bin/dash
90+
91+
- name: Upload autoconf test results
92+
uses: actions/upload-artifact@v4
93+
with:
94+
name: cygwin-autotools-test-logs
95+
path: |
96+
*/*.log
97+
*/*.trs
9098
9199
build-and-test-cmake:
92100
name: Cygwin-based CMake tests

.github/workflows/run_tests_win_mingw.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
if: ${{ success() }}
7171
id: tests
7272

73-
- name: Upload test failures
74-
if: ${{ failure() && steps.tests.conclusion == 'failure' }}
73+
- name: Upload autoconf test results
7574
uses: actions/upload-artifact@v4
7675
with:
7776
name: mingw-autotools-test-logs-${{ matrix.msystem }}

0 commit comments

Comments
 (0)