Clément Renaud
Clément Renaud
Turns out disabling docker cache worklfow made tests much faster 😓 #### without caching run-all-tests / Unit Tests smart-contracts succeeded in 22m 15s https://github.com/unlock-protocol/unlock/runs/5401103381?check_suite_focus=true #### with caching run-all-tests / Unit...
To add some context here, the main use of docker cache is to speed up the `yarn` install which can be very slow locally as it will install deps for...
maybe can try that one ``` export DOCKER_BUILDKIT=1 # Build and cache image $ docker build --tag mjhea0/docker-ci-cache:latest --build-arg BUILDKIT_INLINE_CACHE=1 . # Build image from remote cache $ docker build...
It also works with compose, even support overrides for config (which we need).
we could also rebuild the contract docs when a new version of the package is published https://github.com/unlock-protocol/unlock/pull/8807
duplicate of #6091
hey @searchableguy will the package will be released on npm automatically via ci if we bump the version?
so I think we can safely close this
I have a timeout issue while deploying. Seems like a hosting / intermittant issue. I checked in the (generated) subgraph file to try a bit later ``` - Deploying to...
> I have a timeout issue while deploying. Seems like a hosting / intermittant issue. I checked in the (generated) subgraph file to try a bit later > > ```...