From 8540111d922f0342c768ce8685eb6cbadddcb8a9 Mon Sep 17 00:00:00 2001 From: Ryan Derr <54389874+RyanDerr@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:08:19 -0500 Subject: [PATCH] Add Mysql to runner (#5893) --- enos/modules/test_e2e_docker/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enos/modules/test_e2e_docker/test.sh b/enos/modules/test_e2e_docker/test.sh index a9aea3a125..9935379db4 100755 --- a/enos/modules/test_e2e_docker/test.sh +++ b/enos/modules/test_e2e_docker/test.sh @@ -14,7 +14,8 @@ apt update # pass is used to store the auth token from `boundary authenticate`` # lsb-release is used for adding the hashicorp apt source # postgresql-client is used for postgres tests -apt install unzip pass lsb-release postgresql-client -y +# default-mysql-client is used for mysql tests +apt install unzip pass lsb-release postgresql-client default-mysql-client -y # Create a GPG key export KEY_PW=boundary