@cryptotaxi247 / netdata / commits / 68bef17ed

ci: fix docker-test.sh handling to fail on error (#20847)

Ilya Mashchenko committed Aug 19, 2025 at 14:59 UTC 68bef17ed60fcb25064f70bceb7393ac8f75c688
1 file changed +1
.github/scripts/docker-test.sh
+1
@@ -32,4 +32,5 @@ if ! "${SCRIPT_DIR}/../../packaging/runtime-check.sh"; then
32 echo "::group::Netdata container logs"
33 docker logs netdata 2>&1
34 echo "::endgroup::"
35 + exit 1
36 fi