From abe0ebe9a8333c6383eca1bd8ac2beac58625339 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Fri, 19 Dec 2025 21:32:35 +0700 Subject: [PATCH] Add sleep time --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 51d72b24..8d876faf 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -77,7 +77,7 @@ jobs: check-single-node: runs-on: ubuntu-22.04 - needs: [prepare-variables] #, build-images] + needs: [prepare-variables, Execute-Goss-tests] #, build-images] env: WAZUH_IMAGE_VERSION: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }} WAZUH_MINOR_VERSION: ${{ needs.prepare-variables.outputs.WAZUH_MINOR_VERSION }} @@ -236,7 +236,7 @@ jobs: check-multi-node: runs-on: ubuntu-22.04 - needs: [prepare-variables] #, build-images] + needs: [prepare-variables, Execute-Goss-tests] #, build-images] env: WAZUH_IMAGE_VERSION: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }} WAZUH_MINOR_VERSION: ${{ needs.prepare-variables.outputs.WAZUH_MINOR_VERSION }}