Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 71aa2c6

Browse files
Add new Circle CI config (#146)
1 parent 0ebf043 commit 71aa2c6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
jobs:
4+
test:
5+
machine:
6+
docker_layer_caching: true
7+
working_directory: ~/codeclimate/codeclimate-services
8+
steps:
9+
- checkout
10+
- run: bundle install && bundle exec rake && bundle exec codeclimate-test-reporter
11+
12+
workflows:
13+
version: 2
14+
test:
15+
jobs:
16+
- test

circle.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)