Skip to content

Commit

Permalink
Bump playwright test image to match version in package.json (#21097)
Browse files Browse the repository at this point in the history
Bump the playwright test image to match version in package.json (so it
doesn't re-download browsers setup)
  • Loading branch information
kdumontnu authored Sep 6, 2022
1 parent f1ea6c9 commit 6361b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ steps:

# TODO: We should probably build all dependencies into a test image
- name: test-e2e
image: mcr.microsoft.com/playwright:v1.23.1-focal
image: mcr.microsoft.com/playwright:v1.24.0-focal
commands:
- curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
Expand Down

0 comments on commit 6361b48

Please sign in to comment.