mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
commit
63781b5bf8
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