onaio / fhir-tooling

A command line utility to support FHIR Core content authoring
Other
2 stars 1 forks source link

FHIR validation has an issue sorting changed files from Github #48

Closed Wambere closed 1 year ago

Wambere commented 1 year ago

Example: https://github.com/onaio/fhir-resources/actions/runs/6186171531/job/16793246787?pr=2679

Actual Error:

Error: There was an issue sorting changed files from Github.
Exception: {
  "error": "500/TypeError",
  "from": "sortChangedFiles",
  "message": "There was an issue sorting files changed.",
  "payload": "{}"
}
Wambere commented 1 year ago

Linked to:

Issue seems to be cause by renaming files Looks like this has been fixed in version 1.2.4 However, version 1.2.4 is broken which is why we are using 1.2.3 in the first place

I'll attempt switching to 1.2.4 again and see if I can get it to work

Wambere commented 1 year ago

Tested this with this PR Files handled correctly as expected