Skip to content

Commit

Permalink
Only run nbconvert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klane committed Oct 13, 2024
1 parent c296a0d commit a9f87dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: poetry install

- name: Run tests
run: poetry run pytest tests --cov jekyllnb --cov-report xml:coverage.xml
run: poetry run pytest tests/test_nbconvert.py --cov jekyllnb --cov-report xml:coverage.xml

- name: Upload coverage report
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a9f87dd

Please sign in to comment.