FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/.github/workflows/master.yml at master · forshareknowledge/node-java · GitHub
forshareknowledge
/
node-java
Public
forked from
joeferner/node-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
node-java
/
.github
/
workflows
/
master.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 692 Bytes
Breadcrumbs
node-java
/
.github
/
workflows
/
master.yml
Copy path
File metadata and controls
29 lines (29 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
25
26
27
28
29
name
:
master
on
:
push
:
branches
:
-
master
jobs
:
unit-test
:
name
:
Unit Test
runs-on
:
ubuntu-latest
strategy
:
matrix
:
nodeVersion
:
[ 18, 20, 22 ]
jdkVersion
:
[ openjdk9, openjdk10, openjdk11, openjdk21 ]
steps
:
-
name
:
Checkout source code
uses
:
actions/checkout@v3
-
uses
:
actions/setup-node@v3
with
:
node-version
:
${{ matrix.nodeVersion }}
-
name
:
npm ci
run
:
npm ci
-
name
:
npm run format-cpp
run
:
npm run format-cpp
-
name
:
npm run format
run
:
npm run format
-
name
:
npm run lint
run
:
npm run lint
-
name
:
Unit test
run
:
npm test
Back
|
FazBrowse Home
|
New Git URL