Skip to content

Commit 0b41206

Browse files
authoredFeb 25, 2020
build: fix appveyor cache failures (GoogleChrome#10281)
1 parent ff34be1 commit 0b41206

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ test_script:
4141
# FIXME: Exclude Appveyor from running `lantern` smoketest until we fix the flake.
4242
- yarn smoke -j=1 --retries=2 a11y errors oopif pwa pwa2 pwa3 dbw redirects seo offline byte perf metrics
4343

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+
4450
cache:
4551
#- chrome-win32 -> appveyor.yml,package.json
4652
- node_modules -> appveyor.yml,package.json,yarn.lock

0 commit comments

Comments
 (0)
Please sign in to comment.