fix: correct directory name in tdgpt test workflow

This commit is contained in:
Feng Chao 2025-03-14 16:05:33 +08:00
parent c852e541ea
commit 8b8dd6e749
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
- name: Run tdgpt test
run: |
cd ${{ github.workspace }}/tests/sctipt
cd ${{ github.workspace }}/tests/script
date
./test.sh -f tsim/analytics/basic0.sim
echo "Test exit code: $?"