We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f457802 commit 4b66732Copy full SHA for 4b66732
1 file changed
.github/workflows/pipeline.yaml
@@ -30,9 +30,6 @@ jobs:
30
with:
31
dependency-versions: "${{ matrix.dependencies }}"
32
33
- - name: Install PHP Dependencies
34
- run: composer install --no-scripts
35
-
36
- name: Tests
37
run: vendor/bin/phpunit --exclude-group inspector
38
@@ -54,9 +51,6 @@ jobs:
54
51
- name: Install Composer
55
52
uses: "ramsey/composer-install@v3"
56
53
57
58
59
60
- name: Code Style PHP
61
run: vendor/bin/php-cs-fixer fix --dry-run
62
0 commit comments