We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff34be1 commit 0b41206Copy full SHA for 0b41206
.appveyor.yml
@@ -41,6 +41,12 @@ test_script:
41
# FIXME: Exclude Appveyor from running `lantern` smoketest until we fix the flake.
42
- yarn smoke -j=1 --retries=2 a11y errors oopif pwa pwa2 pwa3 dbw redirects seo offline byte perf metrics
43
44
+on_success:
45
+ # Remove module resolution symlinks; this avoids 'Unable to save cache'
46
+ # errors when appveyor runs 7z.exe to save the build cache
47
+ - yarn unlink lighthouse
48
+ - yarn unlink
49
+
50
cache:
51
#- chrome-win32 -> appveyor.yml,package.json
52
- node_modules -> appveyor.yml,package.json,yarn.lock
0 commit comments