feat: subprocess.run should check return code or check=True
Compare changes
@@ -77,7 +77,7 @@ if 'sim' in procs:
@@ -94,7 +94,7 @@ if 'sim' in procs:
@@ -110,7 +110,7 @@ if 'rec' in procs:
@@ -127,7 +127,7 @@ if 'ana' in procs:
This will cause failing jobs to actually fail.