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:
Haad 2022-12-30 13:15:38 +02:00 committed by GitHub
commit c40b076276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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