Skip to content

Commit 048cb9b

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Properly push test artifacts
2 parents c4d69c2 + a75a4a4 commit 048cb9b

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
@@ -102,6 +102,6 @@ nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set
102102

103103
set EXIT_CODE=%errorlevel%
104104

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

107107
exit /b %EXIT_CODE%

0 commit comments

Comments
 (0)