npm ci before workflow start

This commit is contained in:
Kevin Jahns 2020-04-03 12:09:13 +02:00 committed by GitHub
parent 97625cf29b
commit e61089c659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint - run: npm run lint
- run: npm test-extensive - run: npm test-extensive
env: env: