Skip to content

Commit a75a4a4

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Properly push test artifacts
2 parents 5c164a2 + fb86a17 commit a75a4a4

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)