1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-10 11:38:20 +00:00

Bump playwright to 1.26.1 (#21357)

This commit is contained in:
Kyle D
2022-10-08 10:54:34 +02:00
committed by GitHub
parent bbbf9a4b93
commit 7bb12d7efa
3 changed files with 17 additions and 17 deletions

View File

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