Skip to content

Commit

Permalink
test_server workflow: fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jan 15, 2025
1 parent 47be431 commit 06a48ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Verify OpenAPI spec has been updated
run: |
cd "${{ github.workspace }}"
poetry run --directory server python ./tools/extract_openapi.py app.main:app --app-dir ./server --out ./api/openapi_generated.yaml --app_version_file ./VERSION
poetry run --directory server python ../tools/extract_openapi.py app.main:app --app-dir ../server --out ../api/openapi_generated.yaml --app_version_file ../VERSION
git diff --exit-code ./api/openapi.yaml ./api/openapi_generated.yaml
#- name: Verify client has been updated
Expand Down

0 comments on commit 06a48ed

Please sign in to comment.