Merge pull request #1046 from orbitdb/patch-ci

Fix CI test run script
This commit is contained in:
Haad 2023-01-12 09:25:31 +02:00 committed by GitHub
commit 63781b5bf8
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