mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
a802b4a65f
commit
7080767f2c
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: mcr.microsoft.com/playwright:bionic
|
||||
- image: mcr.microsoft.com/playwright:dev
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user