Skip to content

Commit 3ff367b

Browse files
committed
fix workflow
1 parent 4ebdcc0 commit 3ff367b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/samples-r-petstore.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88
paths:
99
- 'samples/client/petstore/R/**'
10-
pull_request:
1110

1211
jobs:
1312
build:
@@ -18,6 +17,14 @@ jobs:
1817
matrix:
1918
sample:
2019
- 'samples/client/petstore/R/'
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
2128
steps:
2229
- uses: actions/checkout@v4
2330
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)