jimblackler / jsonschemafriend

A JSON Schema loader and validator, delivered as a Java library.
Apache License 2.0
49 stars 23 forks source link

Only run known good tests as part of CI pipeline #57

Closed big-andy-coates closed 7 months ago

big-andy-coates commented 7 months ago

Currently, the CI build on GitHub fails due to both SuiteTest and SchemaStoreTest running test cases outside of this repo.

If we are to know if contributions from others, or dependency updates from GitHub's dependabot are causing problems, we need a build that is green by default.

This PR:

jimblackler commented 7 months ago

Do we need all the empty files?

big-andy-coates commented 7 months ago

Yep, the presence of the file means it's a good test. The content is irrelvant.

big-andy-coates commented 7 months ago

@jimblackler weirdly, still getting build failure. Which is not expected. Not sure why MetaSchemaTest is failing. Nor those two SchemaStoreTest tests..