Skip to content

Commit e5dde7d

Browse files
committed
add check for matching changes
1 parent 74c103a commit e5dde7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
tox -e py27,py36 -- tests/unit
2121

2222
# run integration tests
23-
# TODO add missing 'do we need integ tests' check
24-
- IGNORE_COVERAGE=- tox -e py27,py36 -- -n 24 --boxed tests/integ
23+
- if-matching-changes "test/" "tests/" "src/*.py" "docker/*/Dockerfile" &&
24+
IGNORE_COVERAGE=- tox -e py27,py36 -- -n 24 --boxed tests/integ

0 commit comments

Comments
 (0)