Add Mysql to runner (#5893)

pull/5898/head
Ryan Derr 11 months ago committed by GitHub
parent 8cb8cc4f87
commit 8540111d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save