Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
bun-version: 1.3.9
- run: bun install --frozen-lockfile
# docker compose creates missing bind-mount targets as root, which would leave the ignored
# .local/ tree unwritable for later steps such as setup:icc.
- run: mkdir -p .local/media .local/rustfs-logs
- run: docker compose up -d --wait
- run: bun run setup:icc
- run: bun run db:migrate
Expand Down
Loading