bgamari / dhall-gitlab-ci

A Dhall encoding of the GitLab CI configuration schema
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Add Test Report artifact to generated JSON #18

Open m4dc4p opened 1 year ago

m4dc4p commented 1 year ago

The dhall types allow a test report artifact to be specified, but the generated JSON does not actually include the keys, even if the value is present.

This PR fixes the bug, and updates the single-job example to exercise the feature.