Skip to content

Commit 045d443

Browse files
committed
mc setup
1 parent 0ed82c6 commit 045d443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- run: cp example.env .env
22-
- run: docker compose up --detach db
22+
- run: docker compose --progress plain up --no-color --quiet-pull --detach
23+
- run: docker compose exec minio /usr/bin/mc ready local
24+
- run: docker compose exec minio /usr/bin/mc alias set local http://localhost:9000 minioadmin minioadmin
25+
- run: docker compose exec minio /usr/bin/mc mb local/tansu
2326
- uses: astral-sh/setup-uv@v5
2427
with:
2528
python-version: ${{matrix.python}}

0 commit comments

Comments
 (0)