Skip to content

Commit

Permalink
Merge pull request #2330 from lf-lang/fix-docker-testing-again
Browse files Browse the repository at this point in the history
Fixed docker compose script so that it fails if any container fails
  • Loading branch information
cmnrd committed Jun 21, 2024
2 parents 3a6cc1b + ff1b0fe commit 73e8c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void createLauncher() {
set -euo pipefail
cd $(dirname "$0")
cd "%s/%s"
docker compose up
docker compose up --abort-on-container-failure
"""
.formatted(relPath, packageRoot.relativize(srcGenPath));
var messageReporter = context.getErrorReporter();
Expand Down

0 comments on commit 73e8c8a

Please sign in to comment.