Skip to content

Commit

Permalink
Add circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelvineel committed Dec 14, 2023
1 parent 465f700 commit 4090dd3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1
jobs:
build:
working_directory: ~/acts_as_scrubbable
docker:
- image: cimg/ruby:3.2.2

steps:
- checkout
- ruby/install-deps

- run:
name: Run Tests
command: |
mkdir /tmp/test_results
./cc-test-reporter before-build
bundle exec rspec --format progress

0 comments on commit 4090dd3

Please sign in to comment.