We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7893ee commit 861f276Copy full SHA for 861f276
.github/workflows/python-app.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Test with pytest
32
run: |
33
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
+ git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
35
- name: Lint with flake8
36
37
# stop the build if there are Python syntax errors or undefined names
0 commit comments