Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
STORAGE_ENGINE: ${{matrix.storage}}
TANSU_IMAGE: ${{matrix.tansu}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: docker compose --ansi never --progress plain up --no-color --quiet-pull --detach
- run: docker compose --ansi never exec minio /usr/bin/mc ready local
- run: docker compose --ansi never exec minio /usr/bin/mc alias set local http://localhost:9000 ${{ secrets.AWS_ACCESS_KEY_ID }} ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
Loading