From 3a87d83debe50b441df3401049a3e78392bdb151 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 26 May 2022 12:26:15 -0300 Subject: [PATCH] test CI --- .github/workflows/push.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9fbd0abb..efa2f6e4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,4 +25,18 @@ jobs: run: dgoss run wazuh/wazuh-manager:${{env.WAZUH_IMAGE_VERSION}} env: GOSS_SLEEP: 30 - GOSS_FILE: .github/.goss.yaml \ No newline at end of file + GOSS_FILE: .github/.goss.yaml + + - name: Create single node certficates + run: docker-compose -f single-node/generate-indexer-certs.yml run --rm generator + + - 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 curl https://0.0.0.0:9200/_cluster/health -u admin:SecretPassword -k \ No newline at end of file