Skip to content

Commit 47e1f06

Browse files
Update build.yml
1 parent ffc2156 commit 47e1f06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
cd uWebSockets.js
2727
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
2828
ls dist
29+
cd test && npm install ws && node smoke.js
30+
ls dist
2931
git fetch origin binaries:binaries
3032
git checkout binaries
3133
cp dist/*.node .
@@ -38,6 +40,3 @@ jobs:
3840
git config --global user.name "Alex Hultman"
3941
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
4042
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
41-
git checkout master -- tests/smoke.js
42-
npm install ws
43-
node tests/smoke.js

0 commit comments

Comments
 (0)