Skip to content

Commit dbae426

Browse files
committed
Needed globstar
1 parent 7fc5ad2 commit dbae426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
id: integrity
9898
run: |
9999
echo "<html><body><pre>" > ./dist/integrity.html
100+
shopt -s globstar
100101
for file in src/**/*.test.ts; do md5sum $file; done >> ./dist/integrity.html
101102
for file in src/**/*.test.tsx; do md5sum $file; done >> ./dist/integrity.html
102103
md5sum .eslintrc.js >> ./dist/integrity.html

0 commit comments

Comments
 (0)