Unverified Commit 4e58370c authored by Harry Terkelsen's avatar Harry Terkelsen Committed by GitHub

Use Web resources CDN in service_worker_test by default (#123360)

parent 02650cdb
......@@ -140,7 +140,7 @@ Future<void> _rebuildApp({ required int version, required ServiceWorkerTestType
);
await runCommand(
_flutter,
<String>['build', 'web', '--profile', '-t', target],
<String>['build', 'web', '--web-resources-cdn', '--profile', '-t', target],
workingDirectory: _testAppDirectory,
environment: <String, String>{
'FLUTTER_WEB': 'true',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment