Skip to content

Commit

Permalink
Merge pull request #1244 from The-Commit-Company/develop
Browse files Browse the repository at this point in the history
fix(ci): mariadb image
  • Loading branch information
nikkothari22 authored Jan 10, 2025
2 parents 8080d5b + b382dbb commit 5c3a256
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
paths:
- raven/**
pull_request:
Expand All @@ -13,8 +13,6 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: Server

services:
Expand All @@ -31,7 +29,7 @@ jobs:
ports:
- 12000:6379
mariadb:
image: mariadb:10.6
image: anandology/mariadb-utf8mb4:10.3
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit 5c3a256

Please sign in to comment.