Skip to content

Commit

Permalink
manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent c79a0a6 commit eb23309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2888,10 +2888,9 @@ jobs:
run: |
uv venv .venv && source .venv/bin/activate
make openapi-specs
changed_files=$(git diff --name-only)
changed_files=$(git diff --name-only | tee /dev/tty)
if echo ${changed_files} | grep -qE '^(openapi\.json|openapi\.yaml)$'; then
echo "${changed_files}" && echo "Run make openapi-specs and commit changes"
exit 1
echo "Run make openapi-specs and commit changes" && exit 1
fi
Expand Down
7 changes: 0 additions & 7 deletions services/api-server/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
},
"paths": {
"/v0/meta": {
"get": {
"tags": [
"meta"
],
"summary": "Get Service Metadata",
"operationId": "get_service_metadata",
"responses": {
"200": {
"description": "Successful Response",
"content": {
Expand Down

0 comments on commit eb23309

Please sign in to comment.