mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-21 00:18:34 +00:00
### Fixed
- Fixed flaky timing issues in P2P synchronisation. - Fixed more binary file handling issues in CLI. ### Tests - Rewrite P2P end-to-end tests to use the CLI as host.
This commit is contained in:
2
.github/workflows/harness-ci.yml
vendored
2
.github/workflows/harness-ci.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suitep2p/' }}
|
||||
env:
|
||||
CI: true
|
||||
run: npm run test suitep2p/
|
||||
run: npm run test:p2p
|
||||
- name: Stop test services (CouchDB)
|
||||
run: npm run test:docker-couchdb:stop
|
||||
if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }}
|
||||
|
||||
Reference in New Issue
Block a user