Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Feb 29, 2024
1 parent b4630a7 commit 8d14a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars:
tasks:
_docker:
internal: true
dir: "{{.DATALENS_UI_FOLDER}}/tests"
# dir: "{{.DATALENS_UI_FOLDER}}/tests"
requires:
vars:
- COMMAND
Expand All @@ -26,8 +26,8 @@ tasks:
- echo $(ls -la backend-configs)
- cat docker-compose.e2e.yml
- DOCKER_USER="$(id -u):$(id -g)" docker compose
-f docker-compose.e2e.yml
-f ../../docker-compose.e2e-dev-backend.yaml
-f {{.DATALENS_UI_FOLDER}}/tests/docker-compose.e2e.yml
-f docker-compose.e2e-dev-backend.yaml
{{.COMMAND}}
env:
CONTROL_API_TAG: "{{.CONTROL_API_TAG}}"
Expand Down

0 comments on commit 8d14a39

Please sign in to comment.