File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
jobs :
8
- lighthouse_ci :
8
+ build_test :
9
9
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
13
14
14
- name : git clone
15
- uses : actions/checkout@v1
15
+ uses : actions/checkout@v3
16
16
17
17
- name : Set up Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : lts/*
20
+ node-version : latest
21
21
cache : ' npm'
22
22
23
- - name : build
24
- run : npm i && npm run build
25
-
23
+ - run : npm ci
24
+ - run : npm run build
25
+
26
26
- name : primitive test
27
27
run : npm run test
28
28
29
29
- name : install lhci
30
30
run : npm install @lhci/cli@latest
31
31
32
- - name : run lhci
33
- run : |
34
- npx lhci autorun \
35
- --collect.url=http://localhost:8696/devtools-protocol/ \
36
- --collect.url=http://localhost:8696/devtools-protocol/tot/Page/ \
37
- --upload.target=temporary-public-storage
32
+ # - name: run lhci
33
+ # run: |
34
+ # npx lhci autorun \
35
+ # --collect.url=http://localhost:8696/devtools-protocol/ \
36
+ # --collect.url=http://localhost:8696/devtools-protocol/tot/Page/ \
37
+ # --upload.target=temporary-public-storage
You can’t perform that action at this time.
0 commit comments