We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ddc99 commit b7893eeCopy full SHA for b7893ee
.github/workflows/python-app.yml
@@ -30,7 +30,8 @@ jobs:
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Test with pytest
32
run: |
33
- pytest --continue-on-collection-errors
+ 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
35
- name: Lint with flake8
36
37
# stop the build if there are Python syntax errors or undefined names
0 commit comments