mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Fix CI test run script
Remove unnecessary option, add linter
This commit is contained in:
parent
560e472c30
commit
0865e92b4d
6
.github/workflows/run-test.yml
vendored
6
.github/workflows/run-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user