Reduce dependencies for docker build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-03-19 10:48:50 +07:00
parent c9d688c115
commit 0334a411cf
+1 -1
View File
@@ -518,7 +518,7 @@ jobs:
name: docker-logs-ws
path: ./ws-tests/sanity/logs
docker-build:
needs: [build, test, svelte-check]
needs: [uitest-workspaces]
runs-on: ubuntu-latest
timeout-minutes: 60
steps: