Skip to content

Commit

Permalink
Add minio to CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 7, 2023
1 parent d3eb9b2 commit 732b263
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 @@ -11,6 +11,10 @@ jobs:
- POSTGRES_USER=clojars
- POSTGRES_PASSWORD=clojars
- POSTGRES_DB=clojars
- image: minio/minio:RELEASE.2023-04-20T17-56-55Z
environment:
MINIO_ROOT_USER: fake-access-key
MINIO_ROOT_PASSWORD: fake-secret-key
working_directory: ~/clojars
steps:
- checkout
Expand Down

0 comments on commit 732b263

Please sign in to comment.