Skip to content

Commit 443614f

Browse files
committed
Update tlighthouse-ci.yml
1 parent 2119bc1 commit 443614f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tlighthouse-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,17 @@ on:
88

99
jobs:
1010
install-ubuntu:
11-
name: Install and Test
11+
name: Install TLighthouse
1212
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Install
17+
- name: Install Dependencies
1818
run: npm ci
19-
20-
- name: Test with Jest
21-
run: npm test
2219

2320
test-ubuntu:
24-
name: Test
21+
name: Test TLighthouse
2522
needs: install-ubuntu
2623
runs-on: ubuntu-latest
2724

@@ -36,7 +33,7 @@ jobs:
3633
run: npm test
3734

3835
running-ubuntu:
39-
name: Run
36+
name: Run TLighthouse
4037
needs: test-ubuntu
4138
runs-on: ubuntu-latest
4239

0 commit comments

Comments
 (0)