Skip to content

Commit 861f276

Browse files
run only impacted tests
1 parent b7893ee commit 861f276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test with pytest
3232
run: |
3333
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
34-
git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs
34+
git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
3535
- name: Lint with flake8
3636
run: |
3737
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)