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 7342ddc commit a801d77Copy full SHA for a801d77
2 files changed
.github/workflows/samples-php-client.yaml
@@ -4,9 +4,11 @@ on:
4
push:
5
paths:
6
- samples/client/petstore/php/OpenAPIClient-php/**
7
+ - samples/client/petstore/php-nextgen/OpenAPIClient-php/**
8
pull_request:
9
10
11
12
jobs:
13
build:
14
name: Build PHP projects
@@ -22,6 +24,7 @@ jobs:
22
24
sample:
23
25
# clients
26
- samples/client/petstore/php/OpenAPIClient-php/
27
+ - samples/client/petstore/php-nextgen/OpenAPIClient-php/
28
services:
29
petstore-api:
30
image: swaggerapi/petstore
samples/client/petstore/php-nextgen/OpenAPIClient-php/.openapi-generator-ignore
@@ -21,3 +21,5 @@
21
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
+#
0 commit comments