Skip to content

Commit bfbd419

Browse files
authored
Update run-tests.yml
1 parent 2038bd6 commit bfbd419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: |
3333
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3434
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
35+
3536
- name: Install dependencies
3637
run: |
3738
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
38-
- name: Lint
39-
run: vendor/bin/php-cs-fixer fix
39+
4040
- name: Execute tests
41-
run: vendor/bin/phpunit
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)