mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Fix yaml syntax
This commit is contained in:
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
@@ -20,11 +20,11 @@ jobs:
|
|||||||
run: docker-compose -f build-from-sources.yml kill
|
run: docker-compose -f build-from-sources.yml kill
|
||||||
|
|
||||||
- name: Install Goss
|
- name: Install Goss
|
||||||
uses: e1himself/goss-installation-action@v1.0.3
|
uses: e1himself/goss-installation-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
version: v0.3.16
|
version: v0.3.16
|
||||||
|
|
||||||
- name: Execute Goss tests
|
- name: Execute Goss tests
|
||||||
run: dgoss run wazuh/wazuh-odfe:dev-version
|
run: dgoss run wazuh/wazuh-odfe:dev-version
|
||||||
env:
|
env:
|
||||||
GOSS_FILE: .goss.yaml
|
GOSS_FILE: .goss.yaml
|
||||||
|
Reference in New Issue
Block a user