From 3871f89dcd59ea17b70fe89241444ec59368728f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 5 Mar 2020 13:23:07 -0600 Subject: [PATCH] Appveyor should 'make -s test-results' as the last thing --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index bba0292e8..aba48957a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -90,10 +90,10 @@ build_script: test_script: - cmd: .ci/appveyor-make.bat tapfiles - - cmd: .ci/appveyor-make.bat test-results on_finish: - ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + - cmd: .ci/appveyor-make.bat -s test-results #---------------------------------#