FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
defectdojo-client-java/.github/workflows/test.yml at main · secureCodeBox/defectdojo-client-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
defectdojo-client-java
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
9
Code
Issues
5
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
defectdojo-client-java
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (20 loc) · 642 Bytes
Breadcrumbs
defectdojo-client-java
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
26 lines (20 loc) · 642 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
#
SPDX-FileCopyrightText: 2023 iteratec GmbH
#
#
SPDX-License-Identifier: Apache-2.0
#
This workflow will test a Java project with Maven
#
See https://github.com/jonashackt/github-actions-release-maven
name
:
Java Tests
on
:
[pull_request, push, workflow_dispatch]
jobs
:
test
:
runs-on
:
ubuntu-24.04
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
Set up JDK 17
uses
:
actions/setup-java@v4
with
:
java-version
:
17
distribution
:
temurin
-
name
:
Build with Maven
run
:
mvn -U -B verify
#
-U: force updates for dependencies, -B: no user input
Back
|
FazBrowse Home
|
New Git URL