diff --git a/.woodpecker.env b/.woodpecker.env index b99ccb9ac4..a2ac4efce3 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=534ae9eb496f4ecc1d15de9c23c042cf60ff8488 +WEB_COMMITID=636c9d41f100901c4f75509b3269dffaa94d8004 WEB_BRANCH=main diff --git a/.woodpecker.star b/.woodpecker.star index d14770d8f5..4a110a0c4a 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -341,7 +341,7 @@ config = { "part": { "skip": False, "totalParts": 4, # divide and run all suites in parts (divide pipelines) - "xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm", "a11y"], # suites to skip + "xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm", "a11y", "mobile-view"], # suites to skip }, "search": { "skip": False, diff --git a/services/web/Makefile b/services/web/Makefile index b941388d62..0f0d5b1e24 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v3.2.0 +WEB_ASSETS_VERSION = v3.3.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI