[full-ci] chore: bump web to v3.1.0 (#1129)

* chore: bump web to v3.1.0

* disable a11y tests in the opencloud CI

---------

Co-authored-by: Viktor Scharf <v.scharf@opencloud.eu>
This commit is contained in:
Benedikt Kulmann
2025-06-27 15:07:32 +02:00
committed by GitHub
parent b54cbd641f
commit 63dcf408c1
3 changed files with 3 additions and 3 deletions

View File

@@ -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