evilmartians / ruby-on-whales

Ruby on Whales example and templates
MIT License
295 stars 26 forks source link

DockerfileTest fails: No PostgreSQL, Node and Yarn sections generated #14

Closed oliverklee closed 2 years ago

oliverklee commented 2 years ago

https://github.com/evilmartians/ruby-on-whales/runs/5660599326?check_suite_focus=true

According to the test run in https://github.com/evilmartians/ruby-on-whales/runs/5660599326?check_suite_focus=true, the Dockerfile generated in the tests does not have the sections that are within conditions that depend on the variables postgres_version, node_version and yarn_version, causing the test to fail.

I don't know whether the generator is broken or whether the it is the test.

palkan commented 2 years ago

That's the tests issue. I haven't figured out how to resolve these random failures (especially on CI), yet 😞