Skip to content

Commit 032595f

Browse files
committed
Log dist logs too
1 parent 38b6e90 commit 032595f

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/check.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,6 @@ jobs:
8484
run: |
8585
timeout --signal=KILL -v ${TESTS_TIMEOUT}m meson test -C ${BUILDDIR} --verbose --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
8686
87-
- name: Upload test logs
88-
# 7.0.0
89-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
90-
if: failure() || cancelled()
91-
with:
92-
name: test logs
93-
path: |
94-
builddir/meson-logs/testlog.txt
95-
installed-test-logs/
96-
9787
- name: Create dist tarball
9888
run: |
9989
meson setup --wrap-mode nodownload --reconfigure ${CONFIG_OPTS} ${BUILDDIR}_dist .
@@ -104,3 +94,14 @@ jobs:
10494

10595
- name: Build flatpak-builder with Meson wraps
10696
run: meson compile -C ${BUILDDIR}_wrap
97+
98+
- name: Upload test logs
99+
# 7.0.0
100+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
101+
if: failure() || cancelled()
102+
with:
103+
name: test logs
104+
path: |
105+
builddir/meson-logs/testlog.txt
106+
installed-test-logs/
107+
builddir_dist/meson-private/dist-build/meson-logs/testlog.txt

0 commit comments

Comments
 (0)