We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebdcc0 commit 3ff367bCopy full SHA for 3ff367b
1 file changed
.github/workflows/samples-r-petstore.yaml
@@ -7,7 +7,6 @@ on:
7
pull_request:
8
paths:
9
- 'samples/client/petstore/R/**'
10
- pull_request:
11
12
jobs:
13
build:
@@ -18,6 +17,14 @@ jobs:
18
17
matrix:
19
sample:
20
- 'samples/client/petstore/R/'
+ 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
28
steps:
29
- uses: actions/checkout@v4
30
- uses: r-lib/actions/setup-r@v2
0 commit comments