Skip to content

Commit 53c553c

Browse files
authored
Removes unnecessary MySQL container from CI Task (#1220)
This from guesstimation seems to save about 20 seconds on average for every integration test job.
1 parent 890712a commit 53c553c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/run_integration_tests.yml

-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ on:
1616
jobs:
1717
run_integration_tests:
1818
runs-on: ubuntu-latest
19-
services:
20-
mysql:
21-
image: mysql:latest
22-
env:
23-
MYSQL_ROOT_PASSWORD: root
24-
ports:
25-
- 3306
26-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2719
steps:
2820
- uses: actions/checkout@v4
2921
- name: Restore BYOND cache

0 commit comments

Comments
 (0)