File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -173,15 +173,14 @@ jobs:
173173 uv pip install dist/*.whl
174174
175175 - name : Run unit tests
176- run : make tests
176+ run : uv run pytest
177177 working-directory : ${{ inputs.working-directory }}
178178
179179 - name : Run integration tests
180180 env :
181181 PARTNER_API_KEY : ${{ secrets.PARTNER_API_KEY }}
182182 run : |
183183 uv sync --group test --group test_integration
184- make integration_tests
185184 working-directory : ${{ inputs.working-directory }}
186185
187186 - name : Get minimum versions
@@ -200,7 +199,7 @@ jobs:
200199 MIN_VERSIONS : ${{ steps.min-version.outputs.min-versions }}
201200 run : |
202201 VIRTUAL_ENV=.venv uv pip install $MIN_VERSIONS
203- make tests
202+ uv run pytest
204203 working-directory : ${{ inputs.working-directory }}
205204
206205 publish :
You can’t perform that action at this time.
0 commit comments