diff --git a/.drone.env b/.drone.env index 8db3926aa..3b7ad84d4 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=185b60b07e9e39726b0ab87fc38d6445329a104c +WEB_COMMITID=619dfc499f8d975200a13215acdd365dd9849c1f WEB_BRANCH=master diff --git a/.drone.star b/.drone.star index 93c28bfd4..06c11e1ed 100644 --- a/.drone.star +++ b/.drone.star @@ -145,7 +145,7 @@ config = { "earlyFail": True, }, "e2eTests": { - "skip": True, + "skip": False, "earlyFail": True, }, "rocketchat": { diff --git a/services/web/Makefile b/services/web/Makefile index 0b4573705..09d0c23db 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.21 +WEB_ASSETS_VERSION = v7.0.0-rc.22 include ../../.make/recursion.mk