File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : Symfony UX Turbo
2
2
3
3
on :
4
4
push :
@@ -183,7 +183,7 @@ jobs:
183
183
restore-keys : ${{ runner.os }}-composer-
184
184
185
185
- name : Install PHP dependencies
186
- working-directory : src/Turbo/Tests/app
186
+ working-directory : src/Turbo
187
187
run : composer update --prefer-dist --prefer-lowest
188
188
189
189
- name : Get yarn cache directory path
Original file line number Diff line number Diff line change 1
1
parameters:
2
2
level: 8
3
3
paths:
4
- - src
5
- - tests
4
+ - .
6
5
excludes_analyse:
7
- - tests/app/var/*
6
+ - vendor/*
7
+ - Tests/app/var/*
8
8
# The Symfony Configuration API isn't good enough to be analysed
9
- - src/ DependencyInjection/Configuration.php
9
+ - DependencyInjection/Configuration.php
10
10
inferPrivatePropertyTypeFromConstructor: true
11
11
bootstrapFiles:
12
12
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
You can’t perform that action at this time.
0 commit comments