mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
ci: run on react-electron branch and ensure both jest and vitest run
This commit is contained in:
@@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, react-electron]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, react-electron]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -24,5 +24,8 @@ jobs:
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
- name: Run renderer tests
|
||||
run: npm run test:renderer
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user