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 0445452 commit 19f42dbCopy full SHA for 19f42db
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Test with pytest
32
run: |
33
- git diff origin/main --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
+ git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
34
- name: Lint with flake8
35
36
# stop the build if there are Python syntax errors or undefined names
0 commit comments