File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Run OpenSearch Cluster
53
53
working-directory : .github/opensearch-cluster
54
- run : docker- compose up -d
54
+ run : docker compose up -d
55
55
56
56
- name : Run Tests
57
57
run : |
Original file line number Diff line number Diff line change 34
34
- name : Run OpenSearch Cluster
35
35
working-directory : .github/opensearch-cluster
36
36
run : |
37
- docker- compose up -d
37
+ docker compose up -d
38
38
sleep 15
39
39
40
40
- name : Setup Node.js
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Set up an OpenSearch cluster with Docker:
20
20
``` bash
21
21
export OPENSEARCH_PASSWORD=<< your_password>>
22
22
cd .github/opensearch-cluster
23
- docker- compose up -d
23
+ docker compose up -d
24
24
` ` `
25
25
26
26
Run the tests (use ` --opensearch-insecure` for a local cluster running in Docker that does not have a valid SSL certificate):
You can’t perform that action at this time.
0 commit comments