mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-04 14:03:24 +00:00
test CI
This commit is contained in:
10
.github/workflows/push.yml
vendored
10
.github/workflows/push.yml
vendored
@@ -33,11 +33,6 @@ jobs:
|
|||||||
- name: Start single node stack
|
- name: Start single node stack
|
||||||
run: docker-compose -f single-node/docker-compose.yml up -d
|
run: docker-compose -f single-node/docker-compose.yml up -d
|
||||||
|
|
||||||
- name: Sleep for 60 seconds
|
|
||||||
uses: jakejarvis/wait-action@master
|
|
||||||
with:
|
|
||||||
time: '60s'
|
|
||||||
|
|
||||||
- name: Check Wazuh indexer start
|
- name: Check Wazuh indexer start
|
||||||
run: |
|
run: |
|
||||||
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
||||||
@@ -61,11 +56,6 @@ jobs:
|
|||||||
- name: Start multi node stack
|
- name: Start multi node stack
|
||||||
run: docker-compose -f multi-node/docker-compose.yml up -d
|
run: docker-compose -f multi-node/docker-compose.yml up -d
|
||||||
|
|
||||||
- name: Sleep for 60 seconds
|
|
||||||
uses: jakejarvis/wait-action@master
|
|
||||||
with:
|
|
||||||
time: '60s'
|
|
||||||
|
|
||||||
- name: Check Wazuh indexer start
|
- name: Check Wazuh indexer start
|
||||||
run: |
|
run: |
|
||||||
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
|
||||||
|
|||||||
Reference in New Issue
Block a user