Skip to content

Commit

Permalink
ci: fix ci by committing composer.lock #2
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Dec 2, 2023
1 parent 0f8d931 commit 503abcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
coverage: xdebug

- name: Install dependencies
run: composer update ${{ matrix.composer-flags }} --prefer-dist --no-interaction
run: composer install

- name: Run Tests
run: vendor/bin/phpunit

0 comments on commit 503abcf

Please sign in to comment.