Skip to content

Commit

Permalink
test: try installing electron before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jely2002 committed Feb 2, 2022
1 parent f0effe0 commit 6738e4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Install npm modules
run: npm install
- name: Run Jest
run: npm run test
run: |
npm install
npm run test
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1

0 comments on commit 6738e4c

Please sign in to comment.