Skip to content

Commit

Permalink
feat: refactor server and add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Nov 23, 2023
1 parent 3230e92 commit 988e029
Show file tree
Hide file tree
Showing 14 changed files with 2,008 additions and 321 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,6 +23,12 @@ jobs:
run: npm install
working-directory: electron-app

- name: test
env:
CI: false
run: npm run test
working-directory: electron-app

- name: build
env:
CI: false
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit 988e029

Please sign in to comment.