From bc72a63afc3b2a691ae50c3c7adaa8281271ffe6 Mon Sep 17 00:00:00 2001 From: ckunki Date: Wed, 22 May 2024 15:01:29 +0200 Subject: [PATCH] Abort shellscript in just file on errors --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 162ca92..623475d 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,7 @@ default: # Run tests for one or multiple projects within this respository test +projects=PROJECTS: - #!/usr/bin/env bash + #!/usr/bin/env -S bash -eoE pipefail for p in {{projects}}; do poetry -C ${p}/ install poetry -C ${p}/ run nox -f ${p}/noxfile.py -s coverage