Skip to content

Commit aa0e9e9

Browse files
committed
Rename tlighthouse-ci.yml to tlighthouse.yml
1 parent 196a57a commit aa0e9e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tlighthouse-ci.yml renamed to .github/workflows/tlighthouse.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TLighthouse Setup and Test
1+
name: TLighthouse
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

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

1414
steps:
@@ -18,7 +18,7 @@ jobs:
1818
run: npm ci
1919

2020
install-macos:
21-
name: Install TLighthouse
21+
name: Install on MacOS
2222
runs-on: macos-latest
2323

2424
steps:
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
install-windows:
31-
name: Install TLighthouse
31+
name: Install on Windows
3232
runs-on: windows-latest
3333

3434
steps:
@@ -38,7 +38,7 @@ jobs:
3838
run: npm ci
3939

4040
test:
41-
name: Test TLighthouse
41+
name: Test with Jest
4242
needs: [install-ubuntu, install-macos, install-windows]
4343
runs-on: ubuntu-latest
4444

@@ -53,7 +53,7 @@ jobs:
5353
run: npm test
5454

5555
running:
56-
name: Run TLighthouse
56+
name: Run with Node
5757
needs: test
5858
runs-on: ubuntu-latest
5959

0 commit comments

Comments
 (0)