Skip to content

Commit f8b25d0

Browse files
committed
CI: upload meson logs from nightly run
Copy the meson output from the test run to the log directory. Fixes: 5c823c9 ("CI: update to nightly tests to use meson test framework") Signed-off-by: Daniel Wagner <[email protected]>
1 parent 59f52fc commit f8b25d0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/run-nightly-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,10 @@ jobs:
130130
-v "${PWD}/test.sh":"/test.sh" \
131131
-v "${PWD}/nvme-cli":"/nvme-cli":z \
132132
ghcr.io/linux-nvme/debian:latest /test.sh
133+
podman_exit=$?
134+
135+
mkdir -p nvme-cli/tests/nvmetests/meson-logs
136+
cp -r nvme-cli/.build-ci/meson-logs/. \
137+
nvme-cli/tests/nvmetests/meson-logs/ 2>/dev/null || true
138+
139+
exit $podman_exit

0 commit comments

Comments
 (0)