Commit Graph

2 Commits

Author SHA1 Message Date
xgopilot
6c85cf7594 fix: export test script should use current working directory
The script was changing to its own directory (.github/workflows)
instead of using the current directory where the workflow already
placed it (_demo/embed/export). This caused the script to look for
go.mod in the wrong location.

Fixed by using pwd instead of changing to the script's directory.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
2025-10-31 06:52:39 +00:00
xgopilot
f3e5ad536d 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>
2025-10-31 06:14:55 +00:00