mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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
|
||||
run: npx tsc
|
||||
|
||||
- name: Run the unit tests
|
||||
run: npm run test
|
||||
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user