Skip to content

Commit

Permalink
更新流水线单测目录 (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj authored Nov 7, 2024
1 parent 27e53a2 commit f69841d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
echo "检测到Python或Shell文件被更改(根据环境变量APPBUILDER_PYTHON_TESTS),准备启动单元测试Test with unittest部分..."
cd cicd/app-builder
pwd
sh appbuilder/tests/run_python_test.sh
sh python/tests/run_python_test.sh
fi
Go-Test-CI:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and add/update `.vscode/settings.json` file with the following content:
"python.testing.unittestArgs": [
"-v",
"-s",
"./appbuilder",
"./python",
"-p",
"test*.py"
],
Expand Down

0 comments on commit f69841d

Please sign in to comment.