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:
4
.github/workflows/llgo.yml
vendored
4
.github/workflows/llgo.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user