try fix action
This commit is contained in:
parent
ce2acfc659
commit
7ea38a3f4c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/unittests.js.yml
vendored
3
.github/workflows/unittests.js.yml
vendored
|
@ -19,11 +19,12 @@ jobs:
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install
|
- name: Install tools
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
- name: Install project dependencies
|
||||||
- run: npm install --also=dev
|
- run: npm install --also=dev
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Reference in a new issue