Skip to content

Commit

Permalink
Abort shellscript in just file on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 22, 2024
1 parent 6f48ebd commit bc72a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc72a63

Please sign in to comment.