From 8aafc68726cfb6822d7f6d504df30a6f2a85cad9 Mon Sep 17 00:00:00 2001 From: lyubick Date: Mon, 19 Jun 2023 12:53:01 +0300 Subject: [PATCH] ISSUE #4: JSON validation enabled. + Tests --- .github/workflows/self-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/self-test.yaml b/.github/workflows/self-test.yaml index 48159da..8a63750 100644 --- a/.github/workflows/self-test.yaml +++ b/.github/workflows/self-test.yaml @@ -16,13 +16,13 @@ jobs: pip install -r requirements-test.txt pytest test/ -rxXs - name: Check YAML files inside directory - uses: ./action.yaml + uses: ./ continue-on-error: true with: json-schema-file: test/schema/json_schema.json yaml-file-dir: test/YAMLs/ - name: Check JSON files inside directory - uses: ./action.yaml + uses: ./ continue-on-error: true with: json-schema-file: test/schema/json_schema.json