Skip to content

Commit 765a964

Browse files
committed
fix syntax error
1 parent 2197368 commit 765a964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- run:
2020
name: test
2121
command: npm test
22-
- run: move results
22+
- run:
23+
name: move results
2324
command: |
2425
mkdir test_results
2526
mv test-results.xml test_results

0 commit comments

Comments
 (0)