Skip to content

Commit

Permalink
Remove mysql from django CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bozhanov committed Jun 10, 2024
1 parent 47ead31 commit b8b77ab
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10]
db: [postgres, mysql]
db: [postgres]
include:
- db: postgres
db_port: 5432
Expand All @@ -34,20 +34,6 @@ jobs:
--health-timeout 5s
--health-retries 5

mysql:
image: mysql:8
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: SpYkxYy1dMmo7Bk
MYSQL_USER: permagate
MYSQL_PASSWORD: SpYkxYy1dMmo7Bk
options:
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 3

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b8b77ab

Please sign in to comment.