From d3ee0db1267ccb279456f17831f093984e7b9c43 Mon Sep 17 00:00:00 2001 From: "neetoci[bot]" <140533707+neetoci[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 13:23:19 +0000 Subject: [PATCH] Added neetoCI workflow config --- .neetoci/ruby-on-rails.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .neetoci/ruby-on-rails.yml diff --git a/.neetoci/ruby-on-rails.yml b/.neetoci/ruby-on-rails.yml new file mode 100644 index 000000000..081334362 --- /dev/null +++ b/.neetoci/ruby-on-rails.yml @@ -0,0 +1,16 @@ +--- +plan_slug: standard-2 +triggers: +- event: branch + branch_name: main +- event: pull_request +commands: +- checkout +- neetoci-version ruby 3.2.2 +- neetoci-version node 18.12 +- neetoci-service start postgres 15 +- cache restore +- bundle install --deployment --path vendor/bundle +- cache store +- bundle exec rake db:setup +- bundle exec rake test