mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
♻️ bump non-react deps in desktop-client (#5858)
* patch/minor deps * @vitejs/plugin-basic-ssl 2.1.0 * remove chokidar * cross-env 10.1.0 * downshift 9.0.10 * remove focus-visible * jsdom 27.0.0 * rollup-plugin-visualizer 6.0.4 * note
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.52.0-jammy /bin/bash \
|
||||
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.55.1-jammy /bin/bash \
|
||||
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"
|
||||
|
||||
Reference in New Issue
Block a user