Skip to content

Commit ea502d7

Browse files
committed
fix commands
1 parent 5598b63 commit ea502d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/matrix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Matrix extension tests
1+
name: Extension tests
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
jobs:
12-
build:
12+
test:
1313
strategy:
1414
matrix:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
@@ -21,11 +21,11 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: 14.x
24-
- name: Install dependencies
24+
- name: Install Dependencies
2525
run: npm ci
26-
- name: Run headless tests
26+
- name: Run Headless Tests
2727
run: xvfb-run --auto-servernum npm test
2828
if: runner.os == 'Linux'
29-
- name: Run tests
29+
- name: Run Tests
3030
run: npm test
3131
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)