Skip to content

Commit

Permalink
Updating docker command based on github changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Aug 19, 2024
1 parent bda17ee commit 84af55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Start Minio server
run: |
mkdir -p ./minio/data/awesome_bucket
docker-compose up -d
docker compose up -d
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 84af55d

Please sign in to comment.