From b1e13d3b72f0faf98daaa0316553a779843ea1a0 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 24 May 2022 12:58:52 -0300 Subject: [PATCH] test CI --- .github/workflows/push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d126d2b6..8aa3c134 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build the docker-compose stack run: ./build.sh @@ -20,8 +20,7 @@ jobs: - name: Execute Goss tests (wazuh-manager) run: | - bash ./env - dgoss run wazuh/wazuh-manager:${{env.WAZUH_IMAGE_VERSION}}" + bash ./env && dgoss run wazuh/wazuh-manager:${{env.WAZUH_IMAGE_VERSION}}" env: GOSS_SLEEP: 30 GOSS_FILE: .github/.goss.yaml \ No newline at end of file