Skip to content

Commit

Permalink
Fix bugs in previous workflow with src directory and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamStrickland committed Sep 13, 2024
1 parent d1a7982 commit d9dc084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Lint/format with ruff
uses: chartboost/ruff-action@v1
with:
args: 'format --check'
src: "./src"
args: "format --check"
test:
runs-on: macos-latest
steps:
Expand All @@ -28,4 +29,4 @@ jobs:
pip install pytest
- name: Test with pytest
run: |
pytest
python3.11 -m pytest

0 comments on commit d9dc084

Please sign in to comment.