Skip to content

Commit cdc8bdd

Browse files
Merge pull request #804 from endomorphosis/copilot/fix-pdf-processing-ci-workflow
Fix docker-tests job referencing non-existent test file in pdf_processing_ci.yml
2 parents d1488d7 + 2be49b9 commit cdc8bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pdf_processing_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
docker run --rm \
333333
-v ${{ github.workspace }}/tests:/app/tests \
334334
ipfs-datasets-pdf:test \
335-
python -m pytest tests/unit/test_pdf_processing.py::TestPDFProcessor::test_pdf_processor_initialization -v
335+
python -m pytest tests/unit/test_pdf_processor_unit.py::TestPDFProcessorInitialization::test_given_no_parameters_when_initializing_pdf_processor_then_creates_with_defaults -v
336336
337337
- name: Test MCP tools in container
338338
run: |

0 commit comments

Comments
 (0)