Use new CI image with Ruby 3.3.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao 2024-02-02 17:16:32 +02:00
parent 28cfe4b1e7
commit 7e6e917ae1
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -17,7 +17,7 @@ steps:
branch:
- master
- name: rspec
image: gitea.kosmos.org/kosmos/akkounts-ci:0.1.0
image: gitea.kosmos.org/kosmos/akkounts-ci:0.9.1
environment:
RAILS_ENV: test
REDIS_URL: redis://redis:6379/0
@ -28,6 +28,8 @@ steps:
- bundle config set cache_path 'vendor/cache'
- bundle config set with 'development test'
- bundle install --jobs=3 --retry=3
- bundle exec rails db:create
- bundle exec rails db:migrate
- yarn install
- rake css:build
- bundle exec rspec