mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Fix tests (#51)
* Fix error event test in Sync tests * Fix race condition * Debug timeouts * More tests fixing * Try running local webrtc-star-signalling server for tests * Fix sync tests * Skip Log references tests in the browser tests
This commit is contained in:
4
.github/workflows/run-test.yml
vendored
4
.github/workflows/run-test.yml
vendored
@@ -30,5 +30,7 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
- name: Run tests
|
||||
- name: Run webrtc-star-signalling-server in the background
|
||||
run: npm run webrtc:background
|
||||
- name: Run browser tests
|
||||
run: npm run test:browser
|
||||
|
||||
Reference in New Issue
Block a user