Skip to content

Commit

Permalink
add composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jun 10, 2024
1 parent 2a8956e commit b94a8c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: docker compose up -d

- name: Validate composer.json and composer.lock
run: composer validate
run: |
composer update
composer validate
- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit b94a8c0

Please sign in to comment.