File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
distribution : ' temurin'
16
16
cache : maven
17
17
- name : Starting ElasticSearch
18
- run : docker- compose -f docker/sas-elastic/docker- compose.yml --project-directory . up -d elastic
18
+ run : docker compose -f docker/sas-elastic/compose.yaml --project-directory . up -d elastic
19
19
- name : Wait for Elastic to start
20
20
run : .github/bin/waitHttp.sh "http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=50s"
21
21
- name : Run Tests
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v2
11
11
12
12
- name : Starting SOLR
13
- run : docker- compose -f docker/sas-solr-cloud/docker- compose.yml --project-directory . up -d
13
+ run : docker compose -f docker/sas-solr-cloud/compose.yaml --project-directory . up -d
14
14
15
15
- name : Wait for SOLR to start
16
16
run : docker exec -t solr1 /opt/docker-solr/scripts/wait-for-solr.sh --max-attempts 10 --wait-seconds 5 --solr-url http://0.0.0.0:8983/
Original file line number Diff line number Diff line change 15
15
distribution : ' temurin'
16
16
cache : maven
17
17
- name : Starting SOLR
18
- run : mkdir solr-data && chmod 777 solr-data && docker- compose -f docker/sas-solr/docker- compose.yml --project-directory . up -d solr
18
+ run : mkdir solr-data && chmod 777 solr-data && docker compose -f docker/sas-solr/compose.yaml --project-directory . up -d solr
19
19
20
20
- name : checking docker
21
21
run : docker ps && docker logs sas_solr
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments