Skip to content

Commit

Permalink
Merge pull request #11731 from swagger-api/sping-actions-fix
Browse files Browse the repository at this point in the history
fixed spring v3 workflows
  • Loading branch information
HugoMario authored Feb 26, 2022
2 parents 41397b5 + fab9c7d commit 9a490c9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-framework-v3-spring-mvc-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-mvc -Djava11=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-framework-v3-spring-mvc-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-mvc -Djava8=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-framework-v3-spring-mvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-mvc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-framework-v3-springboot-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-boot -Djava11=true
options: -Djava11=true
- id: outcome
run: |
echo "::set-output name=generate_outcome::${{ steps.generate.outcome }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-framework-v3-springboot-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-boot -Djava8=true
options: -Djava8=true
- id: outcome
run: |
echo "::set-output name=generate_outcome::${{ steps.generate.outcome }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-framework-v3-springboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
continue-on-error: true
uses: ./.github/actions/generate
with:
language: java
language: spring
job-name: ${{ env.JOB_NAME }}
spec-url: https://raw.githubusercontent.com/swagger-api/swagger-codegen/3.0.0/modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-issue-cases.yaml
options: --library spring-boot
options: ""
- id: outcome
run: |
echo "::set-output name=generate_outcome::${{ steps.generate.outcome }}"
Expand Down

0 comments on commit 9a490c9

Please sign in to comment.