Skip to content

Commit

Permalink
add ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed May 8, 2024
1 parent 6243d3a commit 47d1e66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction

- name: Run tests
run: poetry run pytest

- name: AutoFix Patchwork
run: |
poetry run patchwork AutoFix --log debug \
Expand Down

0 comments on commit 47d1e66

Please sign in to comment.