Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 46624fe

Browse files
committed
add tests
1 parent 3c8619c commit 46624fe

File tree

4 files changed

+2285
-51
lines changed

4 files changed

+2285
-51
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: 14
21-
21+
- name: Install packages
22+
run: npm install
23+
- name: Run tests
24+
run: npm test
2225
- name: Build/release Electron app
2326
uses: samuelmeuli/action-electron-builder@v1
2427
with:

0 commit comments

Comments
 (0)