We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b464ff commit 9363879Copy full SHA for 9363879
1 file changed
.github/workflows/test.yml
@@ -16,14 +16,15 @@ jobs:
16
node-version: [ '14.x', '16.x' ]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - name: Checkout
20
+ uses: actions/checkout@v2
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v1
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm ci
26
+ - run: npm ci
27
- uses: GabrielBB/xvfb-action@v1
28
+ - uses: GabrielBB/xvfb-action@v1
29
30
run: npm test
0 commit comments