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 ffc2156 commit 47e1f06Copy full SHA for 47e1f06
.github/workflows/build.yml
@@ -26,6 +26,8 @@ jobs:
26
cd uWebSockets.js
27
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
28
ls dist
29
+ cd test && npm install ws && node smoke.js
30
+ ls dist
31
git fetch origin binaries:binaries
32
git checkout binaries
33
cp dist/*.node .
@@ -38,6 +40,3 @@ jobs:
38
40
git config --global user.name "Alex Hultman"
39
41
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
42
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
- git checkout master -- tests/smoke.js
- npm install ws
43
- node tests/smoke.js
0 commit comments