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

Commit 0174393

Browse files
committed
remove tests
1 parent e768d01 commit 0174393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
node-version: 14
2121
- name: Install packages
2222
run: npm install
23-
- name: Run tests
24-
run: npm test
23+
# - name: Run tests
24+
# run: npm test
2525
- name: Build the Electron App
2626
run: npm run package
2727
- name: Build/release Electron app

0 commit comments

Comments
 (0)