mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
chore(ci): run unit tests in dev workflow
This commit is contained in:
parent
bd933dde28
commit
6fcd229b52
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -33,6 +33,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the TypeScript build
|
- name: Run the TypeScript build
|
||||||
run: npx tsc
|
run: npx tsc
|
||||||
|
|
||||||
|
- name: Run the unit tests
|
||||||
|
run: npm run test
|
||||||
|
|
||||||
build_docker:
|
build_docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user