Skip to content

Commit

Permalink
patch: fix missing windows dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed May 30, 2024
1 parent 8223130 commit 387d02c
Show file tree
Hide file tree
Showing 3 changed files with 28,200 additions and 28,192 deletions.
6 changes: 6 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ runs:
# fi
npm ci
# as the shrinkwrap might have been done on mac/linux, this is ensure the package is there for windows
if [[runner.os == 'Windows']]; then
npm install winusb-driver-generator
fi
npm run lint
npm run package
npm run wdio # test stage, note that it requires the package to be done first
Expand Down
Loading

0 comments on commit 387d02c

Please sign in to comment.