Add the new chromium windows path to the CI "CleanExtraBrowsersTask" (#22534)

This commit is contained in:
Chris Davies 2018-08-30 09:42:59 -04:00 committed by GitHub
parent e5a94e7a10
commit 7d8296fc91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,6 +187,7 @@ export const CleanExtraBrowsersTask = {
if (platforms.windows) {
paths.push(phantomPath('phantomjs-*-windows.zip'));
paths.push(chromiumPath('chromium-*-win32.zip'));
paths.push(chromiumPath('chromium-*-windows.zip'));
}
if (platforms.darwin) {