.github/workflows/test.yml in ridgepole-0.8.11 vs .github/workflows/test.yml in ridgepole-0.8.12

- old
+ new

@@ -42,9 +42,10 @@ - name: Setup dependencies run: | for i in {1..60}; do docker-compose up -d && break; sleep 1; done + gem install bundler bundle config path vendor/bundle bundle install --jobs 4 --retry 3 # Wait until database servers start function mysql_ping { mysqladmin -u root -h 127.0.0.1 -P 13316 -ppassword ping; }