From 7bb12d7efa9fd01e15ddc14b3b8e40df4a4abd42 Mon Sep 17 00:00:00 2001 From: Kyle D Date: Sat, 8 Oct 2022 10:54:34 +0200 Subject: Bump playwright to 1.26.1 (#21357) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 59cc4d8f7b..de06aa4c1b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -571,7 +571,7 @@ steps: # TODO: We should probably build all dependencies into a test image - name: test-e2e - image: mcr.microsoft.com/playwright:v1.24.0-focal + image: mcr.microsoft.com/playwright:v1.26.1-focal commands: - curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz - groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea -- cgit v1.2.3