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