File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,7 @@ lint-black:
4444lint-flake8 :
4545 poetry run flake8 .
4646
47- test : compile-node test-lambda
48- npm run test --workspace packages/cdk
49-
50- test-lambda :
47+ test :
5148 cd packages/slackBotFunction && PYTHONPATH=. python -m pytest tests/ -v
5249 cd packages/createIndexFunction && PYTHONPATH=. python -m pytest tests/ -v
5350
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ These are used to do common commands related to cdk
154154- ` lint-flake8 ` Runs flake8 linter on Python code.
155155- ` lint-githubactions ` Lints the repository's GitHub Actions workflows.
156156- ` lint-githubaction-scripts ` Lints all shell scripts in ` .github/scripts ` using ShellCheck.
157- - ` test ` Runs unit tests for CDK code .
157+ - ` test ` Runs unit tests for Lambda functions .
158158- ` cfn-guard ` Runs cfn-guard against CDK resources.
159159- ` pre-commit ` Runs pre-commit hooks on all files.
160160
You can’t perform that action at this time.
0 commit comments