Skip to content

Commit eb23309

Browse files
committed
manual testing
1 parent c79a0a6 commit eb23309

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,10 +2888,9 @@ jobs:
28882888
run: |
28892889
uv venv .venv && source .venv/bin/activate
28902890
make openapi-specs
2891-
changed_files=$(git diff --name-only)
2891+
changed_files=$(git diff --name-only | tee /dev/tty)
28922892
if echo ${changed_files} | grep -qE '^(openapi\.json|openapi\.yaml)$'; then
2893-
echo "${changed_files}" && echo "Run make openapi-specs and commit changes"
2894-
exit 1
2893+
echo "Run make openapi-specs and commit changes" && exit 1
28952894
fi
28962895
28972896

services/api-server/openapi.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
},
88
"paths": {
99
"/v0/meta": {
10-
"get": {
11-
"tags": [
12-
"meta"
13-
],
14-
"summary": "Get Service Metadata",
15-
"operationId": "get_service_metadata",
16-
"responses": {
1710
"200": {
1811
"description": "Successful Response",
1912
"content": {

0 commit comments

Comments
 (0)