add tests dir needed for codeflash (#1957)
This commit is contained in:
7
.github/workflows/codeflash.yaml
vendored
7
.github/workflows/codeflash.yaml
vendored
@@ -36,8 +36,13 @@ jobs:
|
||||
pip install poetry
|
||||
poetry install --all-extras
|
||||
poetry add codeflash
|
||||
|
||||
- name: create test dir
|
||||
run: |
|
||||
mkdir -p codeflash-tests
|
||||
- name: Run Codeflash to optimize code
|
||||
run: |
|
||||
poetry env use python
|
||||
poetry run codeflash
|
||||
- name: remove test dir
|
||||
run: |
|
||||
rm -rf codeflash-tests
|
||||
@@ -139,7 +139,7 @@ skyvern = "skyvern.cli.commands:app"
|
||||
[tool.codeflash]
|
||||
# All paths are relative to this pyproject.toml's directory.
|
||||
module-root = "skyvern"
|
||||
tests-root = "tests"
|
||||
tests-root = "codeflash-tests"
|
||||
test-framework = "pytest"
|
||||
ignore-paths = ["skyvern/client"]
|
||||
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
|
||||
Reference in New Issue
Block a user