Skip to content

Commit 9363879

Browse files
authored
Update test.yml
1 parent 9b464ff commit 9363879

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
node-version: [ '14.x', '16.x' ]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- name: Checkout
20+
uses: actions/checkout@v2
2021
- name: Use Node.js ${{ matrix.node-version }}
2122
uses: actions/setup-node@v1
2223
with:
2324
node-version: ${{ matrix.node-version }}
2425

25-
run: npm ci
26+
- run: npm ci
2627

27-
uses: GabrielBB/xvfb-action@v1
28+
- uses: GabrielBB/xvfb-action@v1
2829
with:
2930
run: npm test

0 commit comments

Comments
 (0)