We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa4b7d commit da8c40dCopy full SHA for da8c40d
.github/workflows/script-test.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Post error comments
125
run: |
126
ERROR="false"
127
- SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line"
+ SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line 253:"
128
for FILE in ${{ env.ALL_FILES }}; do
129
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
130
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
0 commit comments