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:
10
.github/workflows/push.yml
vendored
10
.github/workflows/push.yml
vendored
@@ -33,11 +33,6 @@ jobs:
|
||||
- name: Start single node stack
|
||||
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
|
||||
run: |
|
||||
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
|
||||
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
|
||||
run: |
|
||||
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