Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
tolomea committed Feb 4, 2024
1 parent b540631 commit eeed3d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,19 @@ jobs:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
database_url:
- sqlite:///db.sqlite3
- mysql://test:test@127.0.0.1:3306/data_browser
- mysql://root:test@127.0.0.1:3306/data_browser
- postgres://test:test@127.0.0.1:5432/data_browser
services:
mysql:
image: mysql
env:
MYSQL_ROOT_PASSWORD: test
MYSQL_USER: test
MYSQL_USER: root
MYSQL_PASSWORD: test
MYSQL_ROOT_PASSWORD: test
MYSQL_DB: test_data_browser
ports:
- 3306:3306
options: --tmpfs /var/lib/mysql
postgres:
image: postgres
env:
Expand Down

0 comments on commit eeed3d1

Please sign in to comment.