Skip to content

Commit d337759

Browse files
committed
add more R samples for testing
1 parent 49e3626 commit d337759

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/samples-r.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
paths:
66
- samples/client/petstore/R/**
7+
- samples/client/petstore/R-httr2/**
8+
- samples/client/petstore/R-httr2-wrapper/**
79
pull_request:
810
paths:
911
- samples/client/petstore/R/**
12+
- samples/client/petstore/R-httr2/**
13+
- samples/client/petstore/R-httr2-wrapper/**
1014
jobs:
1115
build:
1216
name: Build R projects
@@ -17,6 +21,8 @@ jobs:
1721
sample:
1822
# clients
1923
- samples/client/petstore/R/
24+
- samples/client/petstore/R-httr2/
25+
- samples/client/petstore/R-httr2-wrapper/
2026
services:
2127
petstore-api:
2228
image: swaggerapi/petstore

samples/client/petstore/R-httr2/.openapi-generator-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#
26+
#

0 commit comments

Comments
 (0)