Update script-test.yml (#2347)

* Update script-test.yml

* Update script-test.yml
This commit is contained in:
Michel Roegl-Brunner 2025-02-13 13:50:16 +01:00 committed by GitHub
parent caa4b7d19e
commit da8c40dca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ jobs:
- name: Post error comments
run: |
ERROR="false"
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line"
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line 253:"
for FILE in ${{ env.ALL_FILES }}; do
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
if [[ ! -f result_$STRIPPED_NAME.log ]]; then