Fix yaml syntax

This commit is contained in:
Manuel Gutierrez
2020-12-18 18:18:35 +01:00
parent 0ed25bab2d
commit 4955c0d5bc

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