Skip to content

Commit

Permalink
Remove cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed May 28, 2024
1 parent ed99963 commit 6a963f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
chmod o+rw settings/Config.php
# Start up api service (test environment)
# Start up cli service (installs test data)
- name: Start services
# --no-build to force it to use whatever is published in the registry
# -d to detach, so the command returns
# --wait to wait for containers to be healthy, meaning the test data is downloaded and ready
run: cd .. && docker compose up --no-build -d --wait api cli
run: cd .. && docker compose up --no-build --wait api

- name: Print container logs logs
if: always()
Expand Down

0 comments on commit 6a963f2

Please sign in to comment.