Skip to content

Commit de9f714

Browse files
committed
fix: update @webpod/ingrid to v1.1.0
1 parent be0eed2 commit de9f714

File tree

5 files changed

+214
-164
lines changed

5 files changed

+214
-164
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,11 @@ jobs:
8888
- name: Run win32 tests
8989
if: matrix.os == 'windows-latest'
9090
run: npm run test:legacy
91+
# run: |
92+
# wmic process get ProcessId,ParentProcessId,CommandLine
9193
timeout-minutes: 2
94+
95+
# - name: wmic via node
96+
# if: matrix.os == 'windows-latest'
97+
# run: |
98+
# node -e "const { execSync } = require('child_process'); console.log(execSync('wmic process get ProcessId,ParentProcessId,CommandLine').toString())"

0 commit comments

Comments
 (0)