Skip to content

Commit f73314a

Browse files
author
Steven Allen
committed
Fix test CI
1 parent 71c9c98 commit f73314a

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.circleci/config.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,15 @@ orbs:
44

55
jobs:
66
build:
7+
environment:
8+
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
79
docker:
810
- image: circleci/ruby:2.6.3
911
steps:
1012
- checkout
1113
- ruby/bundle-install
1214

1315

14-
15-
test: # our next job, called "test"
16-
# we run "parallel job containers" to enable speeding up our tests;
17-
# this splits our tests across multiple containers.
18-
parallelism: 3
19-
# here we set TWO docker images.
20-
docker:
21-
- image: circleci/ruby:2.6.3
22-
23-
environment:
24-
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
25-
steps:
26-
- checkout
27-
- ruby/install-deps
28-
2916
- run:
3017
name: Setup dummy app
3118
command: cd spec/dummy && bin/setup

0 commit comments

Comments
 (0)