Skip to content

Commit 002d16b

Browse files
committed
test
1 parent e9c1da7 commit 002d16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: |
146146
found=false
147147
for folder in ${TMPDIR:-/tmp}/haregtests-*/vtc.*; do
148-
if[ -d "$folder" ]; then
148+
if [ -d "$folder" ]; then
149149
if grep -r SUMMARY $folder >/dev/null 2>&1; then
150150
found=true
151151
printf "::group::"

0 commit comments

Comments
 (0)