Ciaran McNulty
Ciaran McNulty
one issue is that the hex release action doesn't test against the same OTP + elixir versions we are using, see [#6](https://github.com/cucumber/action-publish-hex/pull/6/files)
Hm I've not looked at the release side and don't feel I understand it _that_ well. How can we combine it with the build steps?
I wonder whether the tests need to run as part of release, or whether we can chain the existing test workflow 'before' the release workflow?
I'm interested to know whether this is an issue in other languages too
Discussed whether maybe we can mitigate this by having an official way of constructing the objects that isn't a constructor (and make the constructor private/internal?)
Decoupling Gherkin is probably a good idea, but the issue would still remain if we wanted to add a new field to something else
I got the same issue with a 400 Forbidden HTML response (from Cloudflare) and a provider that assumes an array return
@dwd-akira Unfortunately your suggestion doesn't work, it still leads to[ an attempt to read the `parent` field](https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/src/Field/Configurator/CommonPreConfigurator.php#L51) via propertyaccess, which then uses the `getParent` method without out any way I...
@mpkorstanje am I right in thinking the Java version doesn't have any end-to-end tests in this repo? Should we add some?
#110 is related