File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 62
62
composer config minimum-stability ${{ matrix.minimum-stability || 'stable' }}
63
63
composer update ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }} --no-progress --no-interaction
64
64
65
+ - name : Install web-browser drivers
66
+ working-directory : src/Turbo
67
+ run : |
68
+ php vendor/bin/bdi detect drivers
69
+
65
70
- name : Install JavaScript dependencies
66
71
working-directory : src/Turbo/tests/app
67
72
run : |
Original file line number Diff line number Diff line change 12
12
<ini name =" error_reporting" value =" -1" />
13
13
<env name =" SHELL_VERBOSITY" value =" -1" />
14
14
<env name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
15
+ <env name =" APP_ENV" value =" test" force =" true" />
16
+ <env name =" APP_DEBUG" value =" false" force =" true" />
15
17
<env name =" KERNEL_CLASS" value =" App\Kernel" />
16
- <env name =" PANTHER_WEB_SERVER_DIR" value =" ./tests/app/public" />
18
+ <server name =" PANTHER_WEB_SERVER_DIR" value =" ./tests/app/public" />
17
19
</php >
18
20
19
21
<testsuites >
You can’t perform that action at this time.
0 commit comments