Skip to content

chore: update test workflow #4

chore: update test workflow

chore: update test workflow #4

Workflow file for this run

on:
push:
name: Test Workflow
jobs:
build:
name: Test Workflow
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Build
run: |
npm run build:client
npm run set:build deb
npm run build:electron
electron-builder --linux
- name: Test
run: npm run test