FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
client_java/.github/workflows/build.yml at main · Donnerbart/client_java · GitHub
Donnerbart
/
client_java
Public
forked from
prometheus/client_java
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
client_java
/
.github
/
workflows
/
build.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 803 Bytes
Breadcrumbs
client_java
/
.github
/
workflows
/
build.yml
Copy path
File metadata and controls
27 lines (24 loc) · 803 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
---
name
:
Build
on
:
[pull_request]
permissions
:
{}
jobs
:
build
:
runs-on
:
ubuntu-24.04
steps
:
-
uses
:
actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
#
v6
with
:
persist-credentials
:
false
-
uses
:
jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5
#
v3.5.1
with
:
version
:
v2025.12.13
sha256
:
2134c55725d08547cddc921f84ddac05c9de1700115c32817563435072cae5ed
-
name
:
Cache local Maven repository
uses
:
actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
#
v5
with
:
path
:
~/.m2/repository
key
:
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys
:
|
${{ runner.os }}-maven-
-
name
:
Run the Maven verify phase
run
:
mise run ci
Back
|
FazBrowse Home
|
New Git URL