From 2fd1f9ec16423ffc88dd84843c7da5f1f260bb98 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 1 Apr 2020 18:01:17 -0700 Subject: [PATCH] appveyor: show test-results after .tap upload --- appveyor/.appveyor.yml.example-full | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index 662edd2..71acb1c 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -86,6 +86,7 @@ test_script: on_finish: - ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + - cmd: python .ci/appveyor/do.py build test-results -s #---------------------------------# # debugging #