Skip to content

fix(common): move cursor to the bottom right corner via nircmd #835

fix(common): move cursor to the bottom right corner via nircmd

fix(common): move cursor to the bottom right corner via nircmd #835

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-2019]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm test
- run: npm run electron:build -- --publish never