Skip to content

Commit

Permalink
remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 13, 2024
1 parent 8f1e3e6 commit b642637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- uses: actions/checkout@v4
- name: Copy example config
run: cp config.php.dist config.php
- name: Composer install
run: docker compose run --rm app composer install
- name: Bring up test stack
run: docker compose up --wait
- name: Debug bring up test stack
Expand Down

0 comments on commit b642637

Please sign in to comment.