Skip to content

Commit f67cd07

Browse files
committed
fix indent
1 parent 765a964 commit f67cd07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
name: test
2121
command: npm test
2222
- run:
23-
name: move results
24-
command: |
25-
mkdir test_results
26-
mv test-results.xml test_results
23+
name: move results
24+
command: |
25+
mkdir test_results
26+
mv test-results.xml test_results
2727
- run:
2828
name: code-coverage
2929
command: './node_modules/.bin/nyc report --reporter=text-lcov'

0 commit comments

Comments
 (0)