FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-java-wiremock.yaml at master · fetis/openapi-generator · GitHub
fetis
/
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-java-wiremock.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
35 lines (34 loc) · 919 Bytes
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-java-wiremock.yaml
Copy path
File metadata and controls
35 lines (34 loc) · 919 Bytes
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
name
:
Samples Java Wiremock
on
:
push
:
paths
:
-
samples/server/petstore/java-wiremock/**
pull_request
:
paths
:
-
samples/server/petstore/java-wiremock/**
jobs
:
build
:
name
:
Build Java Wiremock
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
-
samples/server/petstore/java-wiremock
steps
:
-
uses
:
actions/checkout@v5
-
uses
:
actions/setup-java@v5
with
:
distribution
:
'
temurin
'
java-version
:
11
-
name
:
Cache maven dependencies
uses
:
actions/cache@v4
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 --no-transfer-progress
Back
|
FazBrowse Home
|
New Git URL