diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 124a7c7..ea69823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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