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 49e3626 commit d337759Copy full SHA for d337759
2 files changed
.github/workflows/samples-r.yaml
@@ -4,9 +4,13 @@ on:
4
push:
5
paths:
6
- samples/client/petstore/R/**
7
+ - samples/client/petstore/R-httr2/**
8
+ - samples/client/petstore/R-httr2-wrapper/**
9
pull_request:
10
11
12
13
14
jobs:
15
build:
16
name: Build R projects
@@ -17,6 +21,8 @@ jobs:
17
21
sample:
18
22
# clients
19
23
- samples/client/petstore/R/
24
+ - samples/client/petstore/R-httr2/
25
+ - samples/client/petstore/R-httr2-wrapper/
20
26
services:
27
petstore-api:
28
image: swaggerapi/petstore
samples/client/petstore/R-httr2/.openapi-generator-ignore
@@ -21,3 +21,6 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
+#
0 commit comments