mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Add sync test (#678)
This commit is contained in:
parent
b37820da1f
commit
a26037f83a
5 changed files with 3891 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -47,3 +47,7 @@ jobs:
|
|||
- name: Test app
|
||||
run: |
|
||||
make test-api
|
||||
|
||||
- name: Test e2e
|
||||
run: |
|
||||
make test-e2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue