We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2038bd6 commit bfbd419Copy full SHA for bfbd419
.github/workflows/run-tests.yml
@@ -32,10 +32,10 @@ jobs:
32
run: |
33
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
34
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
35
+
36
- name: Install dependencies
37
38
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- - name: Lint
39
- run: vendor/bin/php-cs-fixer fix
40
- name: Execute tests
41
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit
0 commit comments