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