Update ci.yml (#28553)

Remove redundant MariaDB Container Startup

Signed-off-by: Gallyus <5572280+francinum@users.noreply.github.com>
This commit is contained in:
Gallyus
2025-02-28 10:56:03 -05:00
committed by GitHub
parent 8bec408c29
commit 2de5ded398
-8
View File
@@ -136,14 +136,6 @@ jobs:
fail-fast: false
matrix:
byondtype: ['STABLE', 'BETA']
services:
mariadb:
image: mariadb:latest
env:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306
options: --health-cmd "mariadb-admin ping" --health-interval 10s --health-timeout 5s --health-retries 10
steps:
- uses: actions/checkout@v4
- name: Setup Cache