Skip to content

Commit 0eee514

Browse files
committed
Revert "remove server"
This reverts commit bda9143.
1 parent bda9143 commit 0eee514

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/samples-clojure.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
matrix:
1717
sample:
1818
- samples/client/petstore/clojure/
19+
services:
20+
petstore-api:
21+
image: swaggerapi/petstore
22+
ports:
23+
- 80:8080
24+
env:
25+
SWAGGER_HOST: http://petstore.swagger.io
26+
SWAGGER_BASE_PATH: /v2
1927
steps:
2028
- uses: actions/checkout@v5
2129
- name: Add hosts to /etc/hosts

0 commit comments

Comments
 (0)