Skip to content

Commit a801d77

Browse files
committed
add php-nextgen to the github workflow
1 parent 7342ddc commit a801d77

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/samples-php-client.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
paths:
66
- samples/client/petstore/php/OpenAPIClient-php/**
7+
- samples/client/petstore/php-nextgen/OpenAPIClient-php/**
78
pull_request:
89
paths:
910
- samples/client/petstore/php/OpenAPIClient-php/**
11+
- samples/client/petstore/php-nextgen/OpenAPIClient-php/**
1012
jobs:
1113
build:
1214
name: Build PHP projects
@@ -22,6 +24,7 @@ jobs:
2224
sample:
2325
# clients
2426
- samples/client/petstore/php/OpenAPIClient-php/
27+
- samples/client/petstore/php-nextgen/OpenAPIClient-php/
2528
services:
2629
petstore-api:
2730
image: swaggerapi/petstore

samples/client/petstore/php-nextgen/OpenAPIClient-php/.openapi-generator-ignore

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

0 commit comments

Comments
 (0)