diff --git a/.woodpecker.env b/.woodpecker.env index 7899b5c61..be0b1b5c3 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=9d5615635b05b177946649962d61df78c8d9fc07 +WEB_COMMITID=0dca6b808d191ddf15503f20a6594a77e50a68e2 WEB_BRANCH=main diff --git a/.woodpecker.star b/.woodpecker.star index 9abae0a06..ad0820792 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -308,7 +308,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", "user-settings"], # suites to skip + "xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm", "user-settings", "a11y"], # suites to skip }, "search": { "skip": False, diff --git a/services/web/Makefile b/services/web/Makefile index 00d055f34..ec3ee435a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v3.0.0 +WEB_ASSETS_VERSION = v3.1.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI