mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Merge pull request #1041 from orbitdb/ci-action-run-test
Change Github Action to run all tests to force dependency resolving
This commit is contained in:
commit
c40b076276
2
.github/workflows/run-test.yml
vendored
2
.github/workflows/run-test.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
||||
node-version: 'lts/*'
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci --force
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user