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 20, 2024
1 parent 944d604 commit d705399
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 @@ -112,12 +112,14 @@ jobs:
if [[ "$(echo $res | jq .result.count) == "1" ]]; then
# update existing test case
test_case_id=$(echo $res | jq .result.entities[0].id)
#
#res=$(curl --request PATCH -s \
# --url "https://api.qase.io/v1/case/LH/${test_case_id}" \
# --header "Token: ${token}" \
# --header "accept: application/json" \
# --header "content-type: application/json" \
# --data "{ \"description\": \"${description}\", \"title\": "${title}" }")
#
echo "updated existing test case: ${res}"
else
# create new test case
Expand Down

0 comments on commit d705399

Please sign in to comment.