Ciaran McNulty
Ciaran McNulty
1. Slightly refactors the env vars for clarity 2. Sets `WORKDIR` earlier - phive was creating `.phive/phar.xml` in the CWD (so `/` for alpine) 3. Isolates the `toolbox-install` stage and...
`nightly.yml` doesn't populate `INSTALLATION_DATE` build argument as far as I can tell
When an error is suppressed with an `@`, it is still displayed
If someone wants to implement this... - [ ] Make an App and AppFactory (like https://github.com/ciaranmcnulty/behat-psr7extension/tree/master/src/ZendExpressive) - [ ] Register the services (in https://github.com/ciaranmcnulty/behat-psr7extension/tree/master/src/ServiceContainer) - [ ] Add a section...
Currently we're self-testing using repos, it would be better to allow the suite to override the `app` config key (especially if we think about testing sites with different combinations of...
Currently we're re-bootstrapping the application between steps and scenarios - it would be good to enable reuse where the app is capable of handling multiple requests
Tests should be run via travis to help review PRs
There doesn't seem to be a sensible way to do a read that doesn't then block forever (and lock!)
**What is the problem you're trying to solve** Yaml configuration can often have boilerplate, differing only by the service name. This is a small example, but in real life the...
The [platform field definition](https://github.com/compose-spec/compose-spec/blob/master/spec.md#platform) contains the following > Compose implementation MUST use this attribute when declared to determine which version of the image will be pulled and/or on which platform...