Skip to content

Commit 72902dd

Browse files
author
Steven Allen
committed
File paths are fun
1 parent f73314a commit 72902dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- checkout
1313
- ruby/bundle-install
14-
15-
1614
- run:
1715
name: Setup dummy app
1816
command: cd spec/dummy && bin/setup
@@ -23,11 +21,11 @@ jobs:
2321
chmod +x ./cc-test-reporter
2422
- run:
2523
name: Test report
26-
command: cc-test-reporter before-build
24+
command: ./cc-test-reporter before-build
2725
- run:
2826
name: Run tests
2927
command: bundle exec rspec
3028
- run:
3129
name: Test report
3230
command: |
33-
cc-test-reporter after-build
31+
./cc-test-reporter after-build

0 commit comments

Comments
 (0)