Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task: inline the venv activate and the command
The following syntax for the `cmds` fields doesn't work as expected and the first line triggers a failure. The venv envvars are never properly initialized. ``` - > source "${VIRTUAL_ENV}/bin/activate" && yarn run test-e2e ```
- Loading branch information