add CircleCI config

This commit is contained in:
Kornelius Kalnbach 2022-11-13 20:51:56 +01:00
parent bd3a167679
commit 2862117770
No known key found for this signature in database
GPG Key ID: D65ED0A072A30DE7
1 changed files with 12 additions and 0 deletions

12
.circleci/config.yml Normal file
View File

@ -0,0 +1,12 @@
jobs:
build:
docker:
- image: cimg/ruby:3.1.2
environment:
RAILS_ENV: test
steps:
- checkout
- run: |
bundle install
- run: |
bundle exec rake test