File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : TLighthouse Setup and Test
1
+ name : TLighthouse
2
2
3
3
on :
4
4
pull_request :
8
8
9
9
jobs :
10
10
install-ubuntu :
11
- name : Install TLighthouse
11
+ name : Install on Ubuntu
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
18
18
run : npm ci
19
19
20
20
install-macos :
21
- name : Install TLighthouse
21
+ name : Install on MacOS
22
22
runs-on : macos-latest
23
23
24
24
steps :
28
28
run : npm ci
29
29
30
30
install-windows :
31
- name : Install TLighthouse
31
+ name : Install on Windows
32
32
runs-on : windows-latest
33
33
34
34
steps :
38
38
run : npm ci
39
39
40
40
test :
41
- name : Test TLighthouse
41
+ name : Test with Jest
42
42
needs : [install-ubuntu, install-macos, install-windows]
43
43
runs-on : ubuntu-latest
44
44
53
53
run : npm test
54
54
55
55
running :
56
- name : Run TLighthouse
56
+ name : Run with Node
57
57
needs : test
58
58
runs-on : ubuntu-latest
59
59
You can’t perform that action at this time.
0 commit comments