Skip to content

Fix spawned wmic processes not exiting when using pidusage in packaged apps #65

Fix spawned wmic processes not exiting when using pidusage in packaged apps

Fix spawned wmic processes not exiting when using pidusage in packaged apps #65

Workflow file for this run

name: test-windows
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
test:
runs-on: windows-latest
name: Test Windows
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
- run: npm install
- run: npm test