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]
|
||||
|
||||
steps:
|
||||
- name: Install
|
||||
- name: Install tools
|
||||
- uses: actions/checkout@v2
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install project dependencies
|
||||
- run: npm install --also=dev
|
||||
- name: Unit tests
|
||||
- run: npm test
|
||||
|
|
Reference in a new issue