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 8ad7469 commit 7b34a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo $(pwd)
files=($(git show --name-only --pretty=""))
echo ${files[@]}
echo "files=${files}" >> $GITHUB_ENV
echo "files=${files[@]}" >> $GITHUB_ENV
- name: Filter changed test cases
env:
Expand All @@ -31,7 +31,7 @@ jobs:
fi
done
echo "test_case = ${test_cases[@]}"
echo "test_cases=${test_cases}" >> $GITHUB_ENV
echo "test_cases=${test_cases[@]}" >> $GITHUB_ENV
- name: Create missing test suites
env:
Expand Down

0 comments on commit 7b34a2b

Please sign in to comment.