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

Dianne Skoll dianne at bestpractical.com
Fri Feb 5 09:29:15 EST 2021


The branch, 4.4/github-actions-testing has been updated
       via  570b81fc46610ce174f14e149b891c8d84e058b9 (commit)
      from  d2b86342389610ca5bef83a23443aaa7863632ce (commit)

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

- Log -----------------------------------------------------------------
commit 570b81fc46610ce174f14e149b891c8d84e058b9
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Fri Feb 5 09:29:02 2021 -0500

    Include links to run output in Slack notifications

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 3fbcc8f53b..2db0fda93d 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -44,7 +44,8 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${env.GITHUB_REF}", "short": true },
-            { "title": "Test", "value": "rt_test_mariadb", "short": true }]
+            { "title": "Test", "value": "rt_test_mariadb", "short": true },
+            { "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]
   rt_test_sqlite:
     runs-on: ubuntu-latest
     steps:
@@ -78,7 +79,8 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${env.GITHUB_REF}", "short": true },
-            { "title": "Test", "value": "rt_test_sqlite", "short": true }]
+            { "title": "Test", "value": "rt_test_sqlite", "short": true },
+            { "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]
   rt_test_postgresql_apache_mod_fcgid:
     runs-on: ubuntu-latest
     steps:
@@ -112,4 +114,5 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${env.GITHUB_REF}", "short": true },
-            { "title": "Test", "value": "rt_test_postgresql_apache_mod_fcgid", "short": true}]
+            { "title": "Test", "value": "rt_test_postgresql_apache_mod_fcgid", "short": true},
+            { "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]

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


More information about the rt-commit mailing list