Skip to content

Commit 82d81f2

Browse files
committed
add petsore local server to workflow
1 parent bdde002 commit 82d81f2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/samples-elixir.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
elixir: ['1.18.3']
1818
sample:
1919
- samples/client/petstore/elixir/
20+
services:
21+
petstore-api:
22+
image: swaggerapi/petstore
23+
ports:
24+
- 80:8080
25+
env:
26+
SWAGGER_HOST: http://petstore.swagger.io
27+
SWAGGER_BASE_PATH: /v2
2028
steps:
2129
- uses: actions/checkout@v4
2230
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)