Skip to content

Commit

Permalink
(chore): update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Sep 16, 2024
1 parent d007a9c commit 7480927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Compile
run: poetry run mypy .
run: poetry run mypy src/
test:
runs-on: ubuntu-20.04
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
run: poetry install

- name: Test
run: poetry run pytest -rP .
run: poetry run pytest -rP tests/custom

publish:
needs: [compile, test]
Expand Down

0 comments on commit 7480927

Please sign in to comment.