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.
This commit is contained in:
Andrey Lushnikov 2020-07-16 10:23:36 -07:00 committed by GitHub
parent a802b4a65f
commit 7080767f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: mcr.microsoft.com/playwright:bionic
- image: mcr.microsoft.com/playwright:dev
steps:
- checkout