diff --git a/Taskfile.yml b/Taskfile.yml index 5a224cbb1..7b018d9e8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -149,27 +149,21 @@ tasks: deps: - package cmds: - - > - source "${VIRTUAL_ENV}/bin/activate" && - yarn run test-e2e + - source "${VIRTUAL_ENV}/bin/activate" && yarn run test-e2e interactive: true test-ui: desc: Run UI tests deps: - package cmds: - - > - source "${VIRTUAL_ENV}/bin/activate" && - yarn run test-ui-current + - source "${VIRTUAL_ENV}/bin/activate" && yarn run test-ui-current interactive: true test-ui-old: desc: Run UI tests (oldest vscode) deps: - package cmds: - - > - source "${VIRTUAL_ENV}/bin/activate" && - yarn run test-ui-oldest + - source "${VIRTUAL_ENV}/bin/activate" && yarn run test-ui-oldest interactive: true package: vars: