Fix CI test run script

Remove unnecessary option, add linter
This commit is contained in:
Haad 2023-01-12 09:25:05 +02:00 committed by GitHub
parent 560e472c30
commit 0865e92b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ jobs:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test
run: npm test:all