File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v6
2222
23- # ####################################################
24- # #
25- # Install all dependencies required by test suites. #
26- # #
27- # ####################################################
28-
29- - name : Pre-build container images
30- run : >-
31- docker compose
32- -f docker-compose.yml
33- -f extensions/fleet/fleet-compose.yml
34- -f extensions/fleet/agent-apmserver-compose.yml
35- -f extensions/metricbeat/metricbeat-compose.yml
36- -f extensions/filebeat/filebeat-compose.yml
37- -f extensions/heartbeat/heartbeat-compose.yml
38- build
39-
4023 # #######################################################
4124 # #
4225 # Ensure §"Initial setup" of the README remains valid. #
6346 docker compose up -d elasticsearch
6447 .github/workflows/scripts/disable-disk-alloc-decider.sh
6548
49+ - name : Pre-build container images
50+ run : >-
51+ docker compose
52+ -f docker-compose.yml
53+ -f extensions/fleet/fleet-compose.yml
54+ -f extensions/fleet/agent-apmserver-compose.yml
55+ -f extensions/metricbeat/metricbeat-compose.yml
56+ -f extensions/filebeat/filebeat-compose.yml
57+ -f extensions/heartbeat/heartbeat-compose.yml
58+ build
59+
6660 - name : Generate Kibana encryption keys
6761 run : docker container run --rm docker-elk-kibana bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
6862
You can’t perform that action at this time.
0 commit comments