Fix yaml syntax

This commit is contained in:
Manuel Gutierrez
2021-04-13 16:44:12 +02:00
committed by VictorMorenoJimenez
parent 5109a35e6a
commit ae1611e07c
+6 -6
View File
@@ -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