Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Aug 19, 2024
1 parent 7b34a2b commit 489a9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
test_cases=()
echo "files = ${files[@]}"
for file in "${files[@]}"; do
echo "file = $file"
if [[ "${file}" == *"/manual/"* ]]; then
echo "test cases += ${file}"
test_cases+=("$file")
fi
done
Expand Down

0 comments on commit 489a9a1

Please sign in to comment.