[Rt-commit] 02/02: Set RT_DBA_USER in PostgreSQL test image

Brett Smith brett at bestpractical.com
Thu Aug 5 17:41:28 UTC 2021


This is an automated email from the git hooks/post-receive script.

brett pushed a commit to branch github-actions-tests
in repository rtir.

commit a2ce4f5454a0e220043be55a4bf47f300d1d647b
Author: Brett Smith <brett at bestpractical.com>
AuthorDate: Thu Aug 5 13:40:58 2021 -0400

    Set RT_DBA_USER in PostgreSQL test image
---
 .github/workflows/github-action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 48f88954..1ee5e891 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -98,7 +98,7 @@ jobs:
         run: |
           docker network create rt
           docker run --detach --name rtdb --network rt --mount type=tmpfs,destination=/var/lib/postgresql/data --env POSTGRES_PASSWORD=password postgres:9.6
-          docker build --build-arg RT_DB_TYPE=Pg --build-arg RT_TEST_DB_HOST=rtdb --build-arg RT_TEST_RT_HOST=rtirtest --network rt --tag rtir .
+          docker build --build-arg RT_DB_TYPE=Pg --build-arg RT_DBA_USER=postgres --build-arg RT_TEST_DB_HOST=rtdb --build-arg RT_TEST_RT_HOST=rtirtest --network rt --tag rtir .
       - name: Run RTIR tests
         run: |
           docker run --name rtirtest --network rt --volume "$GITHUB_WORKSPACE:/rtir" rtir bash -c 'cd /rtir && perl Makefile.PL && make test-parallel'

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list