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 4fa0827 commit 3456a81Copy full SHA for 3456a81
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
cd uWebSockets.js
27
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
28
ls dist
29
- cd test && npm install ws && node smoke.js
+ cd tests && npm install ws && node smoke.js
30
31
git fetch origin binaries:binaries
32
git checkout binaries
0 commit comments