Skip to content

Commit 2862117

Browse files
committed
add CircleCI config
1 parent bd3a167 commit 2862117

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
jobs:
2+
build:
3+
docker:
4+
- image: cimg/ruby:3.1.2
5+
environment:
6+
RAILS_ENV: test
7+
steps:
8+
- checkout
9+
- run: |
10+
bundle install
11+
- run: |
12+
bundle exec rake test

0 commit comments

Comments
 (0)