Skip to content

Commit d98799c

Browse files
committed
Fix test path
1 parent 9b15225 commit d98799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo y | poetry run pip uninstall pydantic
4545
echo y | poetry run pip uninstall pydantic-core
4646
poetry run pip install pydantic==1.10
47-
poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--pydantic-v1.xml tests/pydantic_converter/workflow_test_v1.py
47+
poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--pydantic-v1.xml tests/pydantic_converter_v1/workflow_test.py
4848
4949
# On latest, run gevent test
5050
- name: Gevent test

0 commit comments

Comments
 (0)