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

Dianne Skoll dianne at bestpractical.com
Tue Jan 26 09:52:11 EST 2021


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

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

- Log -----------------------------------------------------------------
commit 2e2b9adfc8ec22fd2ea679f4f3da7200651213b2
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Tue Jan 26 09:51:59 2021 -0500

    Fix semantic error: Cannot have both uses and runs in a step

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 7ba1117e32..02d54ce568 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -7,6 +7,8 @@ jobs:
   setup:
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout RT
+        uses: actions/checkout at v2
       - name: Build RT
         env:
           RT_TEST_PARALLEL: 1
@@ -14,7 +16,6 @@ jobs:
           RT_DBA_PASSWORD: password
           DB_VERSION_TAG: 10.3
         shell: bash
-        uses: actions/checkout at v2
         run: |
           docker run --name mariadb -e MYSQL_ROOT_PASSWORD=password -d mariadb:$DB_VERSION_TAG
           docker build -t rt-base .

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


More information about the rt-commit mailing list