We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0720a commit 6c68277Copy full SHA for 6c68277
.circleci/config.yml
@@ -47,7 +47,7 @@ variables:
47
pipenv run python testing/collect_tests.py 'chapter-08/recipe-*' &&
48
pipenv run python testing/collect_tests.py 'chapter-09/recipe-*' &&
49
pipenv run python testing/collect_tests.py 'chapter-10/recipe-*' &&
50
- pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1-3]' &&
+ pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1,3]' &&
51
pipenv run python testing/collect_tests.py 'chapter-12/recipe-*' &&
52
pipenv run python testing/collect_tests.py 'chapter-13/recipe-*' &&
53
pipenv run python testing/collect_tests.py 'chapter-14/recipe-*'
0 commit comments