Compare commits

..

1 Commits

Author SHA1 Message Date
30af132033 [P] Add general smoke test and Store incremental test
All checks were successful
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 19s
Component testing / Integration smoke testing (push) Successful in 1m28s
2026-03-23 18:01:41 +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(1) sys.exit(exit_code)