mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
add tests dir needed for codeflash (#1957)
This commit is contained in:
parent
7e50e49d45
commit
c666eb9745
2 changed files with 7 additions and 2 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue