Skip to content

Commit

Permalink
fixup! Introduction of the support for postgresql DBs.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 28, 2022
1 parent 9f4628b commit 942f5f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branches.yml
Expand Up @@ -244,9 +244,9 @@ jobs:

services:
mariadb:
image: ghcr.io/pyfunceble/mariadb/mariadb:latest
image: postgres:latest
ports:
- 3306:3306
- 5432:5432
env:
POSTGRES_USER: pyfunceble
POSTGRES_PASSWORD: my_pyfunceble_password
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Expand Up @@ -241,9 +241,9 @@ jobs:

services:
mariadb:
image: ghcr.io/pyfunceble/mariadb/mariadb:latest
image: postgres:latest
ports:
- 3306:3306
- 5432:5432
env:
POSTGRES_USER: pyfunceble
POSTGRES_PASSWORD: my_pyfunceble_password
Expand Down

0 comments on commit 942f5f8

Please sign in to comment.