Skip to content

Commit 7080767

Browse files
authored
devops: move CircleCI to run against dev version of Docker container (#2969)
Since we now auto-publish docker container, we can move CircleCI to use the tip-of-tree docker images.
1 parent a802b4a commit 7080767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: mcr.microsoft.com/playwright:bionic
5+
- image: mcr.microsoft.com/playwright:dev
66
steps:
77
- checkout
88

0 commit comments

Comments
 (0)