Skip to content

Commit

Permalink
pg
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Jan 9, 2025
1 parent 5089aa3 commit 1f371df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- image: cimg/mysql:8.0
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
- image: cimg/postgres:17.0
environment:
POSTGRES_USER: test
POSTGRES_PASSWORD: password
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install -y cpio
Expand Down

0 comments on commit 1f371df

Please sign in to comment.