Skip to content

Commit

Permalink
Merge pull request #3074 from WardF/ac-artifacts.wif
Browse files Browse the repository at this point in the history
Capture ac-based log artifacts
  • Loading branch information
WardF authored Jan 10, 2025
2 parents c45d364 + 241111a commit 85c8bc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ jobs:
timeout-minutes: 30
run: |
make check -j$(nproc) SHELL=/bin/dash
- name: Upload autoconf test results
uses: actions/upload-artifact@v4
with:
name: cygwin-autotools-test-logs
path: |
*/*.log
*/*.trs
build-and-test-cmake:
name: Cygwin-based CMake tests
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
if: ${{ success() }}
id: tests

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

0 comments on commit 85c8bc8

Please # to comment.