We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45d364 + 241111a commit 85c8bc8Copy full SHA for 85c8bc8
.github/workflows/run_tests_win_cygwin.yml
@@ -87,6 +87,14 @@ jobs:
87
timeout-minutes: 30
88
run: |
89
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
98
99
build-and-test-cmake:
100
name: Cygwin-based CMake tests
.github/workflows/run_tests_win_mingw.yml
@@ -70,8 +70,7 @@ jobs:
70
if: ${{ success() }}
71
id: tests
72
73
- - name: Upload test failures
74
- if: ${{ failure() && steps.tests.conclusion == 'failure' }}
75
uses: actions/upload-artifact@v4
76
with:
77
name: mingw-autotools-test-logs-${{ matrix.msystem }}
0 commit comments