mirror of https://github.com/Nonannet/pyladoc.git
Update ci.yml refused test coverage to test caching
This commit is contained in:
parent
fc8bef3963
commit
d65a310e45
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue