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 8531585 commit 40f6b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
token: ${{ secrets.QASE_TOKEN }}
test_cases: ${{ env.test_cases }}
run: |
set -ex
test_cases=(${test_cases})
for file_path in "${test_cases[@]}"; do
test_case_path=$(echo "${file_path#*manual/}")
Expand Down

0 comments on commit 40f6b4f

Please sign in to comment.