This commit is contained in:
vcerenu
2022-05-24 12:58:52 -03:00
parent baa24a7614
commit b1e13d3b72
+2 -3
View File
@@ -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