Skip to content

Commit 394282f

Browse files
update CI config: create test result directory and export test options for reporting
1 parent 1bf14fc commit 394282f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ commands:
6363
command: |
6464
cd << parameters.path >>
6565
bundle exec rake rubocop
66+
- run:
67+
name: Create test result directory
68+
command: |
69+
mkdir -p << parameters.path >>/test/reports
6670
- run:
6771
name: Run tests
6872
command: |
6973
cd << parameters.path >>
74+
export TESTOPTS="--ci-dir=<< parameters.path >>/test/reports"
7075
bundle exec rake test
7176
- run:
7277
name: Collecting coverage reports

0 commit comments

Comments
 (0)