mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
parent
075a8849dd
commit
56f5a6362c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
run: pnpm run build
|
||||
- name: Test
|
||||
run: pnpm run test:unit
|
||||
- name: E2E tests
|
||||
run: pnpm install && xvfb-run pnpm run test
|
||||
working-directory: e2e
|
||||
- name: Upload coverage data
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue