Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniiriarios committed Apr 26, 2024
1 parent b0e3bbc commit f0534f1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Lint
run: npm run lint

- name: Build
run: npm run build:client

- name: Build for Linux
run: npm run build:deb
run: |
npm run build:client
npm run set:build deb
npm run build:electron
electron-builder --linux
- name: Test
run: npm run test

0 comments on commit f0534f1

Please sign in to comment.