mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:39:17 -05:00
fix: vrt:docker with git-bash (#3497)
* fix: vrt:docker with git-bash * chore: release note
This commit is contained in:
committed by
GitHub
parent
373dfb0465
commit
88a7432975
@@ -28,5 +28,5 @@ echo "Running VRT tests with the following parameters:"
|
||||
echo "E2E_START_URL: $E2E_START_URL"
|
||||
echo "VRT_ARGS: $VRT_ARGS"
|
||||
|
||||
docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash \
|
||||
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash \
|
||||
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"
|
||||
|
||||
Reference in New Issue
Block a user