We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dc51b commit b89ad8dCopy full SHA for b89ad8d
.github/workflows/checks.yml
@@ -106,9 +106,8 @@ jobs:
106
poetry install
107
- name: Regenerate Integration Client
108
run: |
109
- poetry shell
110
cd integration_tests
111
- openapi-python-client update --url http://localhost:3000/openapi.json
+ poetry run openapi-python-client update --url http://localhost:3000/openapi.json
112
- name: Check if there are changes to the client
113
run: changed_files=$(git status --porcelain | wc -l) && [ changed_files != 0 ] && exit 1
114
- name: Cache Generated Client Dependencies
0 commit comments