Skip to content

Commit

Permalink
#20 Added an installation step for the toolment
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Jun 12, 2023
1 parent a97d16d commit 868a227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

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


- name: Install tools
run: cd tools/php-cs-fixer && composer install --prefer-dist --no-progress --no-suggest && cd -

- name: Testing out
run: composer test

0 comments on commit 868a227

Please sign in to comment.