mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
test CI
This commit is contained in:
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
|
||||
- name: Check Wazuh indexer start
|
||||
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/nodes -u admin:SecretPassword -k
|
||||
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/nodes" -u admin:SecretPassword -k
|
||||
|
||||
- name: Check Wazuh manager start
|
||||
run: |
|
||||
@@ -64,8 +64,8 @@ jobs:
|
||||
|
||||
- name: Check Wazuh indexer start
|
||||
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/nodes -u admin:SecretPassword -k
|
||||
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/nodes" -u admin:SecretPassword -k
|
||||
|
||||
- name: Check Wazuh manager start
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user