Skip to content

Commit

Permalink
fix: vrt:docker with git-bash (#3497)
Browse files Browse the repository at this point in the history
* fix: vrt:docker with git-bash

* chore: release note
  • Loading branch information
UnderKoen authored Sep 25, 2024
1 parent 373dfb0 commit 88a7432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-vrt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions upcoming-release-notes/3497.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [UnderKoen]
---

Fix running `yarn vrt:docker` on windows with git bash

0 comments on commit 88a7432

Please sign in to comment.