admin: added name to CI
This commit is contained in:
parent
87e1f52702
commit
4206c7c14c
4
.github/workflows/test-ci.yml
vendored
4
.github/workflows/test-ci.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
|
|
||||||
test-node:
|
test-node:
|
||||||
|
|
||||||
|
name: Run Tests
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -17,8 +19,6 @@ jobs:
|
|||||||
node-version: [ 16.x, 18.x ]
|
node-version: [ 16.x, 18.x ]
|
||||||
test-type: [ esm, commonjs ]
|
test-type: [ esm, commonjs ]
|
||||||
|
|
||||||
#name: Run Tests (node: ${{ matrix.node-version }}, type: ${{ matrix.test-type }})
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user