Skip to content

Commit cd91087

Browse files
Update build.yml to install ws and run tests
Adjust build process to include npm installation and test execution.
1 parent 56ac2f5 commit cd91087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
2525
cd uWebSockets.js
2626
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
27+
cd dist
2728
npm install ws
2829
node tests/smoke.js
30+
cd ..
2931
git fetch origin binaries:binaries
3032
git checkout binaries
3133
cp dist/*.node .

0 commit comments

Comments
 (0)