Update build.yml

This commit is contained in:
uNetworkingAB
2025-11-05 19:49:26 +01:00
committed by GitHub
parent 1dcfb1efe7
commit ede6e8282a

View File

@@ -26,7 +26,7 @@ jobs:
cd uWebSockets.js
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
ls dist
cd tests && npm install ws && node smoke.js
cd tests && npm install ws && node smoke.js && cd ..
ls dist
git fetch origin binaries:binaries
git checkout binaries