Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 13, 2024
1 parent d5c5561 commit 405591e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Debug bring up test stack
if: failure()
run: docker compose logs
- name: Composer install
run: docker compose exec app composer install
- name: Unit Tests
run: docker compose exec app vendor/bin/phpunit
- name: Project Tests
Expand Down

0 comments on commit 405591e

Please sign in to comment.