FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
adventofcode/.github/workflows/ci-2015-java.yml at master · Peter554/adventofcode · GitHub
Peter554
/
adventofcode
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
adventofcode
/
.github
/
workflows
/
ci-2015-java.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 479 Bytes
Breadcrumbs
adventofcode
/
.github
/
workflows
/
ci-2015-java.yml
Copy path
File metadata and controls
21 lines (21 loc) · 479 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
name
:
CI 2015 Java
on
:
push
:
branches
:
-
master
-
'
2015-java-*
'
paths
:
-
'
2015/java/**
'
jobs
:
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up JDK 19
uses
:
actions/setup-java@v3
with
:
java-version
:
'
19
'
distribution
:
'
adopt
'
-
name
:
Build with Maven
run
:
mvn --batch-mode --update-snapshots verify
working-directory
:
./2015/java/aoc2015java
Back
|
FazBrowse Home
|
New Git URL