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 1dcfb1e commit ede6e82Copy full SHA for ede6e82
.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 tests && npm install ws && node smoke.js
+ cd tests && npm install ws && node smoke.js && cd ..
30
31
git fetch origin binaries:binaries
32
git checkout binaries
0 commit comments