Skip to content

Commit 893e4bc

Browse files
committed
qa: fix mongodb connection string env variable in workflow
Trailing slash leads to errors Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent d4a2dd4 commit 893e4bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
job: ${{ matrix.job }}
3737
env:
38-
TESTS_LAMINAS_API_TOOLS_ADMIN_EXTMONGODB_CONNECTSTRING: mongodb://mongo/
38+
TESTS_LAMINAS_API_TOOLS_ADMIN_EXTMONGODB_CONNECTSTRING: mongodb://mongo

0 commit comments

Comments
 (0)