Skip to content

Commit

Permalink
Merge branch 'patch-ci'
Browse files Browse the repository at this point in the history
* patch-ci:
  ci: update test workflow
  • Loading branch information
feryardiant committed Jan 29, 2024
2 parents 51cf5f6 + 2fc0444 commit d6a1ee7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
POSTGRES_USER: ${{ env.DB_USERNAME }}
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
options: --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
ports: [5432:5432]
ports:
- 5432:5432
mysql:
image: mysql:8.0
env:
Expand All @@ -40,7 +41,8 @@ jobs:
MYSQL_USER: ${{ env.DB_USERNAME }}
MYSQL_PASSWORD: ${{ env.DB_PASSWORD }}
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
ports: [3306:3306]
ports:
- 3306:3306

strategy:
fail-fast: false
Expand Down

0 comments on commit d6a1ee7

Please sign in to comment.