.circleci/config.yml in rutl-0.2.1 vs .circleci/config.yml in rutl-0.3.0

- old
+ new

@@ -53,10 +53,11 @@ sudo tar xf geckodriver-v0.20.1-linux64.tar.gz -C /usr/local/bin - run: name: run tests command: | + mkdir /tmp/screenshots mkdir /tmp/test-results TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)" bundle exec rspec --format progress \ --format RspecJunitFormatter \ @@ -68,5 +69,6 @@ - store_test_results: path: /tmp/test-results - store_artifacts: path: /tmp/test-results destination: test-results +