From 2de5ded3985236873cff75866fa1ed808efcbaf1 Mon Sep 17 00:00:00 2001 From: Gallyus <5572280+francinum@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:56:03 -0500 Subject: [PATCH] Update ci.yml (#28553) Remove redundant MariaDB Container Startup Signed-off-by: Gallyus <5572280+francinum@users.noreply.github.com> --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d77846e17c..e09df115f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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