From 20fc59465d464bc3c0ee63917e07e8f7a4dc072f Mon Sep 17 00:00:00 2001 From: Britton Hayes Date: Fri, 24 Dec 2021 14:15:29 -0800 Subject: [PATCH] fix: Updated test file paths for github action test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ed2871..a31129b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,5 +22,5 @@ jobs: - uses: ./ with: files: | - __tests__/valid.yaml - schemaPath: "__tests__/schema.json" \ No newline at end of file + src/_tests__/valid.yaml + schemaPath: "src/__tests__/schema.json" \ No newline at end of file