forked from loafle/openapi-generator-original
[Java][CI] fail fast, add path (#10570)
* fail fast, add path * include more samples for testing * remove path to trigger build * Revert "remove path to trigger build" This reverts commit c7f4c0a4c0f4d812b006bf2794a32304eded5df7. * remove samples
This commit is contained in:
parent
331b61dc1c
commit
c51f2eb8fe
9
.github/workflows/gradle-test.yaml
vendored
9
.github/workflows/gradle-test.yaml
vendored
@ -1,14 +1,19 @@
|
||||
name: Gradle tests
|
||||
name: Gradle tests (Java samples)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '[5-9]+.[0-9]+.x'
|
||||
- "java*"
|
||||
paths:
|
||||
- 'samples/client/petstore/java/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- '[5-9]+.[0-9]+.x'
|
||||
paths:
|
||||
- 'samples/openapi3/client/petstore/java/**'
|
||||
env:
|
||||
GRADLE_VERSION: 7.2
|
||||
|
||||
@ -18,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: gradle:jdk8
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
sample:
|
||||
- samples/client/petstore/java/jersey2-java8-localdatetime
|
||||
|
Loading…
x
Reference in New Issue
Block a user