We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tlighthouse-ci.yml
1 parent 2119bc1 commit 443614fCopy full SHA for 443614f
.github/workflows/tlighthouse-ci.yml
@@ -8,20 +8,17 @@ on:
8
9
jobs:
10
install-ubuntu:
11
- name: Install and Test
+ name: Install TLighthouse
12
runs-on: ubuntu-latest
13
14
steps:
15
- uses: actions/checkout@v3
16
17
- - name: Install
+ - name: Install Dependencies
18
run: npm ci
19
-
20
- - name: Test with Jest
21
- run: npm test
22
23
test-ubuntu:
24
- name: Test
+ name: Test TLighthouse
25
needs: install-ubuntu
26
27
@@ -36,7 +33,7 @@ jobs:
36
33
run: npm test
37
34
38
35
running-ubuntu:
39
- name: Run
+ name: Run TLighthouse
40
needs: test-ubuntu
41
42
0 commit comments