Skip to content

Commit fadde51

Browse files
committed
fix install
1 parent be64e9c commit fadde51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
name: 'Tests'
3434
run: vendor/bin/phpunit
3535

36-
-
37-
name: 'Composer Dependency Analysis'
38-
run: vendor/bin/composer-dependency-analyser
36+
# will be enabled later once new rector released
37+
# -
38+
# name: 'Composer Dependency Analysis'
39+
# run: vendor/bin/composer-dependency-analyser
3940

4041
-
4142
name: 'Check Active Classes'

0 commit comments

Comments
 (0)