Skip to content

Commit 0874b22

Browse files
committed
Fix circleci config
1 parent 84ed7e9 commit 0874b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
name: "Run tests for \"<< parameters.working_directory >>\""
1515
working_directory: << parameters.working_directory >>
1616
command: python -m coverage run setup.py test
17-
install_mbed_os_tools:
17+
install_all_tools:
1818
description: "Install all tools"
1919
steps:
2020
- run:

0 commit comments

Comments
 (0)