We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ea6c9 commit 6361b48Copy full SHA for 6361b48
.drone.yml
@@ -554,7 +554,7 @@ steps:
554
555
# TODO: We should probably build all dependencies into a test image
556
- name: test-e2e
557
- image: mcr.microsoft.com/playwright:v1.23.1-focal
+ image: mcr.microsoft.com/playwright:v1.24.0-focal
558
commands:
559
- curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
560
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
0 commit comments