FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-spring.yaml at master · runningcode/openapi-generator · GitHub
runningcode
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-spring.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
75 lines (74 loc) · 3.09 KB
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-spring.yaml
Copy path
File metadata and controls
75 lines (74 loc) · 3.09 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name
:
Samples Java Spring
on
:
push
:
paths
:
#
clients
-
'
samples/client/petstore/spring*/**
'
#
servers
-
'
samples/server/petstore/spring*/**
'
-
'
samples/openapi3/server/petstore/spring*/**
'
pull_request
:
paths
:
#
clients
-
'
samples/client/petstore/spring*/**
'
#
servers
-
'
samples/server/petstore/spring*/**
'
-
'
samples/openapi3/server/petstore/spring*/**
'
jobs
:
build
:
name
:
Build Java Spring
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
clients
-
samples/client/petstore/spring-cloud
-
samples/openapi3/client/petstore/spring-cloud
-
samples/client/petstore/spring-cloud-date-time
-
samples/openapi3/client/petstore/spring-cloud-date-time
-
samples/openapi3/client/petstore/spring-stubs
-
samples/openapi3/client/petstore/spring-stubs-skip-default-interface
-
samples/openapi3/client/petstore/spring-cloud-async
-
samples/openapi3/client/petstore/spring-cloud-spring-pageable
-
samples/client/petstore/spring-cloud-tags
-
samples/client/petstore/spring-cloud-deprecated
#
servers
-
samples/server/petstore/springboot
-
samples/openapi3/server/petstore/springboot
-
samples/server/petstore/springboot-beanvalidation
-
samples/server/petstore/springboot-useoptional
-
samples/server/petstore/springboot-reactive
-
samples/server/petstore/springboot-reactive-noResponseEntity
-
samples/server/petstore/springboot-implicitHeaders
-
samples/openapi3/server/petstore/springboot-implicitHeaders
-
samples/server/petstore/springboot-delegate
-
samples/server/petstore/springboot-delegate-no-response-entity
-
samples/openapi3/server/petstore/springboot-delegate
-
samples/server/petstore/spring-boot-nullable-set
-
samples/server/petstore/spring-boot-defaultInterface-unhandledException
-
samples/openapi3/server/petstore/spring-boot-oneof
-
samples/server/petstore/springboot-virtualan
-
samples/server/petstore/springboot-implicitHeaders-annotationLibrary
-
samples/server/petstore/springboot-spring-pageable-delegatePattern-without-j8
-
samples/server/petstore/springboot-spring-pageable-delegatePattern
-
samples/server/petstore/springboot-spring-pageable-without-j8
-
samples/server/petstore/springboot-spring-pageable
-
samples/server/petstore/springboot-spring-provide-args
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-java@v3
with
:
distribution
:
'
temurin
'
java-version
:
8
-
name
:
Cache maven dependencies
uses
:
actions/cache@v3
env
:
cache-name
:
maven-repository
with
:
path
:
|
~/.m2
key
:
${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
-
name
:
Build
working-directory
:
${{ matrix.sample }}
run
:
mvn clean package
Back
|
FazBrowse Home
|
New Git URL