try fix action

This commit is contained in:
Bruno Windels 2021-05-20 11:23:45 +02:00
parent ce2acfc659
commit 7ea38a3f4c
1 changed files with 2 additions and 1 deletions

View File

@ -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