Skip to content

Commit

Permalink
ci: BI-0 fix task dev:test sys.path (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds authored Nov 13, 2024
1 parent c24004b commit 5acd18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/taskfiles/taskfile_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ tasks:
test:
desc: Run tests
cmds:
- task: venv-python
- task: venv-bin
vars:
CLI_ARGS: |
pytest {{.CLI_ARGS}} \
Expand Down Expand Up @@ -173,7 +173,7 @@ tasks:
desc: Stop all docker containers
cmds:
- docker stop $(docker ps -a -q)

compose-show-logs:
desc: Show docker-compose logs
dir: "{{.USER_WORKING_DIR}}"
Expand Down

0 comments on commit 5acd18f

Please sign in to comment.