We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a5228 commit 56ac2f5Copy full SHA for 56ac2f5
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
25
cd uWebSockets.js
26
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
27
+ npm install ws
28
+ node tests/smoke.js
29
git fetch origin binaries:binaries
30
git checkout binaries
31
cp dist/*.node .
@@ -35,6 +37,3 @@ jobs:
35
37
git config --global user.name "Alex Hultman"
36
38
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
39
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
- git checkout master -- tests/smoke.js
- npm install ws
40
- node tests/smoke.js
0 commit comments