Skip to content

Commit ecc2949

Browse files
Update script-test.yml (#2276)
1 parent e9d8b30 commit ecc2949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Post error comments
116116
run: |
117117
ERROR="false"
118-
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line 113:"
118+
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line"
119119
for FILE in ${{ env.ALL_FILES }}; do
120120
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
121121
if [[ ! -f result_$STRIPPED_NAME.log ]]; then

0 commit comments

Comments
 (0)