Skip to content

Commit ed00167

Browse files
committed
ci: Fail on unsuccessful setup
Cherry-picked from b49937e
1 parent f9c5e5f commit ed00167

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
@@ -63,7 +63,7 @@ jobs:
6363
sed -i '/Kibana is currently running with legacy OpenSSL providers enabled/d' kibana/config/kibana.yml
6464
6565
- name: Set up users and roles
66-
run: docker compose up setup
66+
run: docker compose up --exit-code-from=setup setup
6767

6868
#############################
6969
# #

0 commit comments

Comments
 (0)