Skip to content

Commit 02fb70d

Browse files
committed
chore(ci): enable artifacts for html report on appveyor
1 parent f269212 commit 02fb70d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ test_script:
2525
- npm test
2626
cache:
2727
- '%APPDATA%\npm-cache'
28+
29+
artifacts:
30+
- path: 'reports\report.html'
31+
name: HtmlReport

0 commit comments

Comments
 (0)