ci: Don't expose mariadb port
All checks were successful
Ruff / ruff (push) Successful in 33s
Test / test (push) Successful in 6m10s

This commit is contained in:
Adam Goldsmith 2024-04-18 11:35:34 -04:00
parent d68e6ea5fe
commit ba1ca4d1d4

View File

@ -13,8 +13,6 @@ jobs:
image: mariadb:latest
env:
MARIADB_ROOT_PASSWORD: whatever
ports:
- 3306:3306
healthcheck:
test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]
steps: