@@ -35,19 +35,19 @@ variables:
35
35
name : Testing
36
36
shell : /bin/bash
37
37
command : |
38
- pipenv run python testing/collect_tests.py 'chapter-01/recipe-*'
39
- pipenv run python testing/collect_tests.py 'chapter-02/recipe-*'
40
- pipenv run python testing/collect_tests.py 'chapter-03/recipe-*'
41
- pipenv run python testing/collect_tests.py 'chapter-04/recipe-*'
42
- pipenv run python testing/collect_tests.py 'chapter-05/recipe-*'
43
- pipenv run python testing/collect_tests.py 'chapter-06/recipe-*'
44
- pipenv run python testing/collect_tests.py 'chapter-07/recipe-*'
45
- pipenv run python testing/collect_tests.py 'chapter-08/recipe-*'
46
- pipenv run python testing/collect_tests.py 'chapter-09/recipe-*'
47
- pipenv run python testing/collect_tests.py 'chapter-10/recipe-*'
48
- pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1-3]'
49
- pipenv run python testing/collect_tests.py 'chapter-12/recipe-*'
50
- pipenv run python testing/collect_tests.py 'chapter-13/recipe-*'
38
+ pipenv run python testing/collect_tests.py 'chapter-01/recipe-*' &&
39
+ pipenv run python testing/collect_tests.py 'chapter-02/recipe-*' &&
40
+ pipenv run python testing/collect_tests.py 'chapter-03/recipe-*' &&
41
+ pipenv run python testing/collect_tests.py 'chapter-04/recipe-*' &&
42
+ pipenv run python testing/collect_tests.py 'chapter-05/recipe-*' &&
43
+ pipenv run python testing/collect_tests.py 'chapter-06/recipe-*' &&
44
+ pipenv run python testing/collect_tests.py 'chapter-07/recipe-*' &&
45
+ pipenv run python testing/collect_tests.py 'chapter-08/recipe-*' &&
46
+ pipenv run python testing/collect_tests.py 'chapter-09/recipe-*' &&
47
+ pipenv run python testing/collect_tests.py 'chapter-10/recipe-*' &&
48
+ pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1-3]' &&
49
+ pipenv run python testing/collect_tests.py 'chapter-12/recipe-*' &&
50
+ pipenv run python testing/collect_tests.py 'chapter-13/recipe-*' &&
51
51
pipenv run python testing/collect_tests.py 'chapter-14/recipe-*'
52
52
tests-conda : &tests-conda
53
53
run :
0 commit comments