Skip to content

Commit 9c8aec9

Browse files
committed
fix swagger ci
1 parent 225cf06 commit 9c8aec9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/queue_and_merge.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,18 @@ jobs:
8585
runs-on: ubuntu-latest
8686
name: Validate Swagger
8787

88+
services:
89+
swagger-editor:
90+
image: swaggerapi/swagger-editor
91+
ports:
92+
- 80:8080
93+
8894
steps:
8995
- uses: actions/checkout@v4
9096
- name: Validate OpenAPI definition
9197
uses: swaggerexpert/swagger-editor-validate@v1
9298
with:
99+
swagger-editor-url: http://localhost/
93100
definition-file: swagger.yml
94101

95102
format:

0 commit comments

Comments
 (0)