We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7615367 commit 9d9a849Copy full SHA for 9d9a849
.github/workflows/run-tests.yml
@@ -26,8 +26,5 @@ jobs:
26
- name: Install composer dependencies
27
run: composer install --prefer-dist --no-interaction --no-progress
28
29
- - name: Code sniff
30
- run: vendor/bin/php-cs-fixer fix --dry-run
31
-
32
- name: Execute tests
33
run: composer test
0 commit comments