Update ci.yml refused test coverage to test caching

This commit is contained in:
Nicolas Kruse 2025-06-09 22:39:18 +02:00 committed by GitHub
parent fc8bef3963
commit d65a310e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jobs:
python -m pip install -e .[dev] python -m pip install -e .[dev]
- name: Run tests with pytest - name: Run tests with pytest
run: pytest run: pytest tests/test_rendering_markdown.py::test_markdown_styling
- name: Upload rendered files - name: Upload rendered files
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4