[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-218-gab3e8a31e9
Dianne Skoll
dianne at bestpractical.com
Tue Jan 26 09:59:54 EST 2021
The branch, 4.4/github-actions-testing has been updated
via ab3e8a31e998d78ab63bb1c7c90dd1577c4021a3 (commit)
from 4fad29adbf40e18e51886ebfa57396f94f348f7b (commit)
Summary of changes:
.github/workflows/github-action.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit ab3e8a31e998d78ab63bb1c7c90dd1577c4021a3
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Tue Jan 26 09:58:28 2021 -0500
We need to run the tests in the same job as the setup; otherwise, our docker processes are nuked
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 0528403b27..4a78efe819 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -4,7 +4,7 @@
on: push
jobs:
- setup:
+ rt_test_mariadb:
runs-on: ubuntu-latest
steps:
- name: Checkout RT
@@ -22,11 +22,6 @@ jobs:
docker run -d -v $GITHUB_WORKSPACE:/rt --name rt --link mariadb:db rt-base
docker ps -a
docker exec 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
env:
RT_TEST_PARALLEL: 1
-----------------------------------------------------------------------
More information about the rt-commit
mailing list