mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
⬆️ upgrade low risk dependencies to their newest minor version (#5025)
* vitest * types * eslint * better-sqlite3 * pluggy-sdk * globals * google-protobuf * fast-check * chokidar * i18next * openid-client * playwright * lru-cache * memfs * redacted font * sass * @vitejs/plugin-basic-ssl * re-resizable * rollup-plugin-visualizer * note * update vrt screenshots * vrt
This commit is contained in:
@@ -28,5 +28,5 @@ echo "Running VRT tests with the following parameters:"
|
||||
echo "E2E_START_URL: $E2E_START_URL"
|
||||
echo "VRT_ARGS: $VRT_ARGS"
|
||||
|
||||
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 \
|
||||
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.52.0-jammy /bin/bash \
|
||||
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"
|
||||
|
||||
Reference in New Issue
Block a user