Skip to content

Commit fb86a17

Browse files
committed
1 parent ead72aa commit fb86a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set
104104

105105
set EXIT_CODE=%errorlevel%
106106

107-
powershell -Command "$wc = New-Object 'System.Net.WebClient'; $wc.UploadFile('https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%', 'c:\junit.out.xml')"
107+
appveyor PushArtifact %TEST_PHP_JUNIT%
108108

109109
exit /b %EXIT_CODE%

0 commit comments

Comments
 (0)