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

Dianne Skoll dianne at bestpractical.com
Tue Jan 26 09:39:33 EST 2021


The branch, 4.4/github-actions-testing has been updated
       via  f7e223064a990dc2051aa3b0629f165cd8ee7ae8 (commit)
      from  42465a370179c199b5ffdb437e9d332293887455 (commit)

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

- Log -----------------------------------------------------------------
commit f7e223064a990dc2051aa3b0629f165cd8ee7ae8
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Tue Jan 26 09:39:11 2021 -0500

    Print working directory and run "ls" so we can see where we are.

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 8a2230682e..8ecc0f2b2b 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -15,6 +15,8 @@ jobs:
           DB_VERSION_TAG: 10.3
         shell: bash
         run: |
+          pwd
+          ls -l
           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