mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-19 18:10:26 -05:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user