[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-215-geb1aad9679

Dianne Skoll dianne at bestpractical.com
Tue Jan 26 09:51:01 EST 2021


The branch, 4.4/github-actions-testing has been updated
       via  eb1aad967943df8bfcc3133d0ae017ae5b7f1797 (commit)
      from  09c18ef579f2cb1ee4423da0840941418485cac5 (commit)

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

- Log -----------------------------------------------------------------
commit eb1aad967943df8bfcc3133d0ae017ae5b7f1797
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Tue Jan 26 09:50:48 2021 -0500

    Actually check out RT before attempting to build it

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 0901fb269a..7ba1117e32 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -14,9 +14,8 @@ jobs:
           RT_DBA_PASSWORD: password
           DB_VERSION_TAG: 10.3
         shell: bash
+        uses: actions/checkout at v2
         run: |
-          pwd
-          ls -R /
           docker run --name mariadb -e MYSQL_ROOT_PASSWORD=password -d mariadb:$DB_VERSION_TAG
           docker build -t rt-base .
           docker run -d -v $GITHUB_WORKSPACE:/rt --name rt --link mariadb:db rt-base

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


More information about the rt-commit mailing list