Skip to content

Commit

Permalink
ci: add minio service
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Dec 11, 2023
1 parent fbffb94 commit fe2c2d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

services:
minio:
image: lazybit/minio
ports:
- '9000:9000'
env:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: password
options: --name=minio --health-cmd "curl http://localhost:9000/minio/health/live"

steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down

0 comments on commit fe2c2d8

Please sign in to comment.