test: adopt macOS-safe real-Obsidian sessions

This commit is contained in:
vorotamoroz
2026-07-20 08:54:20 +00:00
parent 0c3c5db6c1
commit e79686d275
11 changed files with 124 additions and 12 deletions
+3
View File
@@ -76,6 +76,9 @@ jobs:
- name: Run unit tests suite with coverage
run: npm run test:unit:coverage
- name: Run real-Obsidian runner contract tests
run: npm run test:e2e:obsidian:runner
- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4