Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/its-ChaTTy/exercism into yacht
Browse files Browse the repository at this point in the history
  • Loading branch information
its-ChaTTy committed Apr 21, 2024
2 parents b1e0c05 + 99b099c commit de452a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest --continue-on-collection-errors
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit de452a3

Please sign in to comment.