Update main.yml

This commit is contained in:
piotrpekala7 2021-04-16 22:33:02 +02:00
parent 1a853f5c36
commit e57350e0e5

View File

@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm ci and npm run build
- name: unit tests
run: |
npm ci
npm run build:ci
npm install
npm test