Skip to content

Commit b49937e

Browse files
committed
ci: Fail on unsuccessful setup
1 parent 16f6720 commit b49937e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: docker container run --rm docker-elk-kibana bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
6161

6262
- name: Set up users and roles
63-
run: docker compose up setup
63+
run: docker compose up --exit-code-from=setup setup
6464

6565
#############################
6666
# #

0 commit comments

Comments
 (0)