Skip to content

Need to fix GTS schema file generation on Windows CI #49

@Artifizer

Description

@Artifizer

From: #45

CI for windows is failing due to new tests cases in gts-macros-cli/src/main.rs. In save_schema, the function tries to save a schema to a file, with the file name being: {schema_id}.schema.json. From what I can tell, the problem is that, schema_id can have characters like ~ or : which are not valid characters for windows files.

Will remove the failing test case for now.

Need to investigate and fix

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions