This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new d84a5d7  Added tests for PHP modules in Windows build
     new c067f12  Merge pull request #2202 from KacerCZ/test-php-modules
d84a5d7 is described below

commit d84a5d743c0f9e581c30468ced1db2166dd63d2f
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Fri Jun 19 17:08:01 2020 +0200

    Added tests for PHP modules in Windows build
---
 .github/workflows/main.yml | 35 ++++++++++++++++++++++++++++++-----
 1 file changed, 30 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b1ebd4e..f2e107f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,12 +45,37 @@ jobs:
       - name: Test
         run: ant -f platform/core.network test
 
-      - name: PHP / Atoum test
-        run: ant -f php/php.atoum test
+      - name: Test PHP modules
+        run: |
+          ant -f php/hudson.php test
+          ant -f php/languages.neon test
+          ant -f php/php.api.annotation test
+          ant -f php/php.api.documentation test
+          ant -f php/php.api.executable test
+          ant -f php/php.api.framework test
+          ant -f php/php.api.phpmodule test
+          ant -f php/php.api.testing test
+          ant -f php/php.apigen test
+          ant -f php/php.atoum test
+          # ant -f php/php.code.analysis test
+          ant -f php/php.codeception test
+          ant -f php/php.composer test
+          # ant -f php/php.dbgp test
+          ant -f php/php.doctrine2 test
+          # ant -f php/php.editor test
+          # ant -f php/php.latte test
+          # ant -f php/php.nette.tester test
+          # ant -f php/php.phpunit test
+          # ant -f php/php.project test
+          ant -f php/php.refactoring test
+          # ant -f php/php.smarty test
+          # ant -f php/php.symfony test
+          # ant -f php/php.symfony2 test
+          ant -f php/php.twig test
+          ant -f php/php.zend test
+          ant -f php/php.zend2 test
+          ant -f php/spellchecker.bindings.php test
 
-      - name: PHP / Codeception test
-        run: ant -f php/php.codeception test
-        
   linux:
     name: Check Build System
     runs-on: ubuntu-18.04


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to