Skip to content

Commit

Permalink
💚 Fix outdated docker compose command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 7, 2024
1 parent 4691abd commit ee889ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Bring up Alfresco
run: cd alfresco && docker-compose up -d
run: cd alfresco && docker compose up -d

- name: Install dependencies
run: pip install tox tox-gh-actions
Expand Down

0 comments on commit ee889ea

Please sign in to comment.