Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jan 11, 2025
1 parent 05199c9 commit f79bdf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Update composer
run: composer update

- name: Run tests
run: composer test

0 comments on commit f79bdf3

Please sign in to comment.