mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -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"
|
||||
|
||||
6
upcoming-release-notes/3497.md
Normal file
6
upcoming-release-notes/3497.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [UnderKoen]
|
||||
---
|
||||
|
||||
Fix running `yarn vrt:docker` on windows with git bash
|
||||
Reference in New Issue
Block a user