diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index df7bcd0..3b76d89 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -62,6 +62,7 @@ jobs: case-version: "case-1.4.0" extension-filter: "jsonld" + # no-context.json is a negative fixture under tests/negative/; it is not a Directory No Filter pass. - name: Run Action - Directory No Filter uses: ./ with: diff --git a/tests/data/no-context.json b/tests/negative/no-context.json similarity index 100% rename from tests/data/no-context.json rename to tests/negative/no-context.json