mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
Removes redundant MySQL Server (#89724)
Port of https://github.com/DaedalusDock/daedalusdock/pull/1220 ## About The Pull Request Test runs bleed ~26 seconds on average starting a completely unused and misconfigured MySQL Docker container. Let's.... Not do that? ## Why It's Good For The Repository TG tests 10 maps, at 26 seconds each, that's 260 seconds of pointless time. ## Changelog No User-Facing Changes
This commit is contained in:
8
.github/workflows/run_integration_tests.yml
vendored
8
.github/workflows/run_integration_tests.yml
vendored
@@ -27,14 +27,6 @@ jobs:
|
||||
name: Run Tests (${{ inputs.major && format('{0}.{1}; ', inputs.major, inputs.minor) || '' }}${{ inputs.map }}; ${{ inputs.max_required_byond_client }})
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
ports:
|
||||
- 3306
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup database
|
||||
|
||||
Reference in New Issue
Block a user