Skip to content

Commit

Permalink
wip it
Browse files Browse the repository at this point in the history
  • Loading branch information
stevethomas committed Feb 20, 2023
1 parent 9d9a849 commit c6a0293
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@ jobs:
- name: Install composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress

- name: Code sniff
run: vendor/bin/php-cs-fixer fix --dry-run
env:
PHP_CS_FIXER_IGNORE_ENV: true

- name: Execute tests
run: composer test

0 comments on commit c6a0293

Please sign in to comment.