Skip to content

Commit 5d41674

Browse files
authored
Update nodejs.yml
1 parent 135e59d commit 5d41674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npx doctest Cache/*.js
2929
- run: npx doctest Ciphers/*.js
3030
- run: npx doctest Conversions/*.js
31-
- run: npx doctest Data-Structures/*.js
31+
- run: npx doctest Data-Structures/*/*.js
3232
- run: npx doctest Dynamic-Programming/*.js
3333
- run: npx doctest Graphs/*.js
3434
- run: npx doctest Hashes/*.js

0 commit comments

Comments
 (0)