Skip to content

Commit

Permalink
[PHP] better PHP symfony test (#14117)
Browse files Browse the repository at this point in the history
* better php symfony test

* trigger build failure

* Revert "trigger build failure"

This reverts commit ed7a57e.

* update samples
  • Loading branch information
wing328 committed Nov 25, 2022
1 parent 9220e72 commit 90a8b4e
Show file tree
Hide file tree
Showing 8 changed files with 902 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/samples-php8.yaml
Expand Up @@ -3,10 +3,10 @@ name: Samples PHP 8.x
on:
push:
paths:
- samples/server/petstore/php-symfony/SymfonyBundle-php/
- samples/server/petstore/php-symfony/SymfonyBundle-php/**
pull_request:
paths:
- samples/server/petstore/php-symfony/SymfonyBundle-php/
- samples/server/petstore/php-symfony/SymfonyBundle-php/**
jobs:
build:
name: Build PHP projects
Expand Down
2 changes: 1 addition & 1 deletion bin/configs/php-symfony-SymfonyBundle-php.yaml
@@ -1,6 +1,6 @@
generatorName: php-symfony
outputDir: samples/server/petstore/php-symfony/SymfonyBundle-php
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
inputSpec: modules/openapi-generator/src/test/resources/3_0/php-symfony/petstore.yaml
templateDir: modules/openapi-generator/src/main/resources/php-symfony
gitUserId: openapitools
gitRepoId: petstore

0 comments on commit 90a8b4e

Please sign in to comment.