Compare commits

..

1 Commits

Author SHA1 Message Date
16b8fe9d56 [P] Add general smoke test and Store incremental test
Some checks failed
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 20s
Component testing / Integration smoke testing (push) Failing after 1m23s
2026-03-23 17:47:42 +02:00

View File

@@ -16,4 +16,4 @@ for i in statuses:
print(f"Crash detected in {service_name}") print(f"Crash detected in {service_name}")
exit_code = 1 exit_code = 1
sys.exit(exit_code) sys.exit(1)