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