Skip to content

Commit

Permalink
Updates the CI to use MariaDB not MySQL (#9455)
Browse files Browse the repository at this point in the history
* Updates the CI to use MariaDB not MySQL

* Update continuous_integration.yml

* mariadb-admin
  • Loading branch information
Crossedfall authored Jul 20, 2023
1 parent 5a5a2f2 commit da6361e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
run_all_tests:
runs-on: ubuntu-20.04
services:
mysql:
image: mysql:latest
mariadb:
image: mariadb:latest
env:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- name: Cache BYOND
Expand Down

0 comments on commit da6361e

Please sign in to comment.