Skip to content

Commit 3456a81

Browse files
Fix directory name from 'test' to 'tests' in build.yml
1 parent 4fa0827 commit 3456a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cd uWebSockets.js
2727
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
2828
ls dist
29-
cd test && npm install ws && node smoke.js
29+
cd tests && npm install ws && node smoke.js
3030
ls dist
3131
git fetch origin binaries:binaries
3232
git checkout binaries

0 commit comments

Comments
 (0)