Skip to content

Commit fd57077

Browse files
committed
ci: fixes
1 parent f3f22ea commit fd57077

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/test-turbo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Symfony UX Turbo
22

33
on:
44
push:
@@ -183,7 +183,7 @@ jobs:
183183
restore-keys: ${{ runner.os }}-composer-
184184

185185
- name: Install PHP dependencies
186-
working-directory: src/Turbo/Tests/app
186+
working-directory: src/Turbo
187187
run: composer update --prefer-dist --prefer-lowest
188188

189189
- name: Get yarn cache directory path

src/Turbo/phpstan.neon.dist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
parameters:
22
level: 8
33
paths:
4-
- src
5-
- tests
4+
- .
65
excludes_analyse:
7-
- tests/app/var/*
6+
- Tests/app/var/*
87
# The Symfony Configuration API isn't good enough to be analysed
9-
- src/DependencyInjection/Configuration.php
8+
- DependencyInjection/Configuration.php
109
inferPrivatePropertyTypeFromConstructor: true
1110
bootstrapFiles:
1211
- vendor/bin/.phpunit/phpunit/vendor/autoload.php

0 commit comments

Comments
 (0)