From 469f7db61a0934a4e2dec4c955c6020ed9f2fdb9 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 26 May 2022 15:02:49 -0300 Subject: [PATCH] test CI --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 69801cd9..61a9f453 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: |