[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-210-geca2c2dfa5
Jim Brandt
jbrandt at bestpractical.com
Wed Jan 6 17:53:44 EST 2021
The branch, 4.4/github-actions-testing has been updated
via eca2c2dfa5e0c8897b1c93de5e008d0a67538abe (commit)
from 99372fc579b9e83ab33abf453b1a4f0934272437 (commit)
Summary of changes:
.github/workflows/github-action.yml | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit eca2c2dfa5e0c8897b1c93de5e008d0a67538abe
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Jan 6 17:53:41 2021 -0500
Add runs-on
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 2e57ad603a..569abe8272 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -9,6 +9,7 @@ runs:
jobs:
setup:
+ runs-on: ubuntu-latest
steps:
- name: Build RT
env:
@@ -25,6 +26,7 @@ jobs:
docker exec -it rt bash -c "cd /rt && ./configure.ac --with-db-type=mysql --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
build:
+ runs-on: ubuntu-latest
needs: setup
steps:
- name: Run RT tests
-----------------------------------------------------------------------
More information about the rt-commit
mailing list