[Rt-commit] rt branch, 4.4/github-actions-testing2, updated. rt-4.4.4-469-gfeed066f50

Jim Brandt jbrandt at bestpractical.com
Wed May 26 08:09:49 EDT 2021


The branch, 4.4/github-actions-testing2 has been updated
       via  feed066f50955f033b114fa89e32d8b5d33fba0f (commit)
      from  70a8428d5384dc652255d351853ffb0c1ac349a2 (commit)

Summary of changes:
 .github/workflows/github-action.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit feed066f50955f033b114fa89e32d8b5d33fba0f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed May 26 08:09:46 2021 -0400

    Leave run line defined when commenting tests

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 249428b6dc..e69ed1078b 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -82,7 +82,8 @@ jobs:
           RT_DBA_PASSWORD: password
           DB_VERSION_TAG: 10.3
         shell: bash
-#        run: docker exec -e RT_TEST_PARALLEL=1 -e RT_DBA_USER=root -e RT_DBA_PASSWORD=password rt bash -c "cd /rt && prove -lj6 t/*"
+        run: |
+#          docker exec -e RT_TEST_PARALLEL=1 -e RT_DBA_USER=root -e RT_DBA_PASSWORD=password rt bash -c "cd /rt && prove -lj6 t/*"
       - name: Get run time
         shell: bash
         run: |
@@ -143,7 +144,8 @@ jobs:
           RT_TEST_APACHE: /usr/sbin/apache2
           RT_TEST_APACHE_MODULES: /usr/lib/apache2/modules
         shell: bash
-#        run: docker exec -e RT_TEST_PARALLEL=1 -e RT_DBA_USER=postgres -e RT_DBA_PASSWORD=password -u rt-user rt bash -c "cd /rt && prove -lj6 t/*"
+        run: |
+#          docker exec -e RT_TEST_PARALLEL=1 -e RT_DBA_USER=postgres -e RT_DBA_PASSWORD=password -u rt-user rt bash -c "cd /rt && prove -lj6 t/*"
       - name: Get run time
         shell: bash
         run: |

-----------------------------------------------------------------------


More information about the rt-commit mailing list