add test param to verify the test workflow

This commit is contained in:
Feng Chao 2025-03-08 19:13:22 +08:00
parent 59632358b5
commit f03815ca65
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ jobs:
id: parameters id: parameters
run: | run: |
set -euo pipefail set -euo pipefail
target_branch=${{ github.event.pull_request.base.ref }} target_branch="3.0" # for test
# target_branch=${{ github.event.pull_request.base.ref }}
# Check whether to run tdgpt test cases # Check whether to run tdgpt test cases
cd ${{ env.WKC }} cd ${{ env.WKC }}