Skip to content

Commit

Permalink
ci: run each test individually (fix fix) (frappe#28109)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao authored Oct 13, 2024
1 parent 1ac43e2 commit 98301e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-indinvidual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:

services:
mysql:
image: mariadb:10.6
image: mariadb:11.3
env:
MARIADB_ROOT_PASSWORD: 'root'
MARIADB_ROOT_PASSWORD: travis
ports:
- 3306:3306
options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3

steps:
- name: Clone
Expand Down

0 comments on commit 98301e7

Please sign in to comment.