[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-219-gf5b6161925
Dianne Skoll
dianne at bestpractical.com
Tue Jan 26 10:03:42 EST 2021
The branch, 4.4/github-actions-testing has been updated
via f5b61619258b7bc4fec13c0c340c7347aac32b74 (commit)
from ab3e8a31e998d78ab63bb1c7c90dd1577c4021a3 (commit)
Summary of changes:
.github/workflows/github-action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit f5b61619258b7bc4fec13c0c340c7347aac32b74
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Tue Jan 26 10:03:25 2021 -0500
Explicitly pass environment variables into "docker exec"
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 4a78efe819..6b254cc979 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -29,4 +29,4 @@ jobs:
RT_DBA_PASSWORD: password
DB_VERSION_TAG: 10.3
shell: bash
- run: docker exec rt bash -c "cd /rt && prove -lj9 t/*"
+ run: docker exec -e RT_TEST_PARALLEL=1 -e RT_DBA_USER=root -e RT_DBA_PASSWORD=password rt bash -c "cd /rt && prove -lj9 t/*"
-----------------------------------------------------------------------
More information about the rt-commit
mailing list