[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-224-gccb94ddfb4
Dianne Skoll
dianne at bestpractical.com
Thu Feb 4 16:54:58 EST 2021
The branch, 4.4/github-actions-testing has been updated
via ccb94ddfb46ede665edbdad5c61d909ffc351c85 (commit)
from 82a461c864b1aca60035a34ebf58c1469a2fb0be (commit)
Summary of changes:
.github/workflows/github-action.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ccb94ddfb46ede665edbdad5c61d909ffc351c85
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Thu Feb 4 16:54:44 2021 -0500
Extract branch name; also print specific test name.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 0f7eb3c903..0cd555c44b 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -43,7 +43,8 @@ jobs:
cancelled_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build was cancelled'
fields: |
[{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
- { "title": "Branch", "value": "${env.BRANCH}", "short": true }]
+ { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
+ { "title" "Test", "value": "rt_test_mariadb", "short": true }]
rt_test_sqlite:
runs-on: ubuntu-latest
steps:
@@ -76,7 +77,8 @@ jobs:
cancelled_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build was cancelled'
fields: |
[{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
- { "title": "Branch", "value": "${env.BRANCH}", "short": true }]
+ { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
+ { "title" "Test", "value": "rt_test_sqlite", "short": true }]
rt_test_postgresql_apache_mod_fcgid:
runs-on: ubuntu-latest
steps:
@@ -109,4 +111,5 @@ jobs:
cancelled_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build was cancelled'
fields: |
[{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
- { "title": "Branch", "value": "${env.BRANCH}", "short": true }]
+ { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
+ { "title" "Test", "value": "rt_test_postgresql_apache_mod_fcgid", "short": true}]
-----------------------------------------------------------------------
More information about the rt-commit
mailing list