Own-and-Ship / oas_agent

The Own & Ship Ruby agent
2 stars 0 forks source link

`rake test:one` needs to generate the docker compose file #22

Closed caius closed 10 months ago

caius commented 10 months ago

Running bundle exec rake test:one[2.3.8] without first having run bundle exec rake test:all to generate the docker compose file causes an unhelpful error

$ VERBOSE=1 ber "test:one[2.3.8]"
no configuration file provided: not found
Ruby 2.3.8 ❌ failed, run this version using `rake "test:one[2.3.8]"`

Likely need to extract it to a docker-compose.yml target and add as pre-requisite to both test:all and test:one tasks.

caius commented 10 months ago

This got closed by #25