We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1abe249 + 7adbb01 commit f30dca9Copy full SHA for f30dca9
1 file changed
.github/workflows/run_book_tests.yml
@@ -35,18 +35,11 @@ jobs:
35
test_folder: test/book/chapter03
36
products: >
37
MATLAB
38
+ Optimization_Toolbox
39
Robotics_System_Toolbox
40
junit: test-results/Chapter03.xml
41
cobertura: code-coverage/Chapter03.xml
42
- - chapter: Chapter04
43
- test_folder: test/book/chapter04
44
- products: >
45
- MATLAB
46
- Robotics_System_Toolbox
47
- junit: test-results/Chapter04.xml
48
- cobertura: code-coverage/Chapter04.xml
49
-
50
- chapter: Chapter04
51
test_folder: test/book/chapter04
52
0 commit comments