FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
quickstart-nodejs/.github/workflows/node.yml at master · Zip-Tech/quickstart-nodejs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Zip-Tech
/
quickstart-nodejs
Public
forked from
firebase/quickstart-nodejs
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
quickstart-nodejs
/
.github
/
workflows
/
node.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (27 loc) · 626 Bytes
Breadcrumbs
quickstart-nodejs
/
.github
/
workflows
/
node.yml
Copy path
File metadata and controls
33 lines (27 loc) · 626 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
30
31
32
33
name
:
CI Tests
on
:
-
pull_request
-
push
env
:
CI
:
true
jobs
:
unit
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
node-version
:
-
8.x
-
10.x
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
actions/setup-node@v1
with
:
node-version
:
${{ matrix.node-version }}
-
name
:
Cache npm
uses
:
actions/cache@v1
with
:
path
:
~/.npm
key
:
${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
-
run
:
npm install
-
name
:
"
Lint and Test
"
run
:
./scripts/test.sh
Back
|
FazBrowse Home
|
New Git URL