forked from wazuh/wazuh-docker
test CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user