From cd9108737c6320a5cd0c08313ddbd2cae4aa0728 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:26:09 +0200 Subject: [PATCH] Update build.yml to install ws and run tests Adjust build process to include npm installation and test execution. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfb4b8ee..63889a5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,10 @@ jobs: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git cd uWebSockets.js ${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }} + cd dist npm install ws node tests/smoke.js + cd .. git fetch origin binaries:binaries git checkout binaries cp dist/*.node .