chore: move export test to .github/workflows

Move _demo/embed/export/test.sh to .github/workflows/export_test.sh
and update workflow to reference the new location.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
This commit is contained in:
xgopilot
2025-10-31 06:14:55 +00:00
parent c0a3a19294
commit f3e5ad536d
2 changed files with 120 additions and 2 deletions

View File

@@ -136,9 +136,9 @@ jobs:
- name: Test export symbol names for embedded targets
run: |
echo "Testing //export with different symbol names for embedded development..."
chmod +x .github/workflows/export_test.sh
cd _demo/embed/export
chmod +x test.sh
./test.sh
bash ../../../.github/workflows/export_test.sh
- name: _xtool build tests
run: |