FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mapstruct/.github/workflows/java-ea.yml at main · mapstruct/mapstruct · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mapstruct
/
mapstruct
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
7.7k
Code
Issues
466
Pull requests
62
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
mapstruct
/
.github
/
workflows
/
java-ea.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (20 loc) · 692 Bytes
Breadcrumbs
mapstruct
/
.github
/
workflows
/
java-ea.yml
Copy path
File metadata and controls
24 lines (20 loc) · 692 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
name
:
Java EA
on
:
[push]
permissions
:
contents
:
read
env
:
MAVEN_ARGS
:
-V -B --no-transfer-progress -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
jobs
:
test_jdk_ea
:
name
:
'
Linux JDK EA
'
runs-on
:
ubuntu-latest
steps
:
-
name
:
'
Checkout
'
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
name
:
'
Set up JDK
'
uses
:
oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b
#
v1.5.0
with
:
website
:
jdk.java.net
release
:
EA
-
name
:
'
Test
'
run
:
./mvnw ${MAVEN_ARGS} -Djacoco.skip=true install -DskipDistribution=true
Back
|
FazBrowse Home
|
New Git URL