Update script-test.yml (#2347)
* Update script-test.yml * Update script-test.yml
This commit is contained in:
parent
caa4b7d19e
commit
da8c40dca8
2
.github/workflows/script-test.yml
vendored
2
.github/workflows/script-test.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
- name: Post error comments
|
- name: Post error comments
|
||||||
run: |
|
run: |
|
||||||
ERROR="false"
|
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
|
for FILE in ${{ env.ALL_FILES }}; do
|
||||||
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
|
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
|
||||||
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
|
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user