File tree 4 files changed +0
-37
lines changed
4 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 15
15
CHANGELOG.md export-ignore
16
16
phpstan.neon.dist export-ignore
17
17
phpunit.xml.dist export-ignore
18
- phpunit9.xml.dist export-ignore
19
18
testbench.yaml export-ignore
20
19
UPGRADE.md export-ignore
Original file line number Diff line number Diff line change 56
56
- name : Run Laravel Server
57
57
run : php vendor/bin/testbench serve --no-reload &
58
58
59
- - name : Execute tests
60
- if : matrix.phpunit == '9'
61
- run : php vendor/bin/phpunit --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php --color tests/Browser
62
- env :
63
- APP_URL : http://127.0.0.1:8000
64
-
65
59
- name : Execute tests
66
60
run : php vendor/bin/phpunit -c phpunit.dusk.xml.dist
67
- if : matrix.phpunit != '9'
68
61
env :
69
62
APP_URL : http://127.0.0.1:8000
Original file line number Diff line number Diff line change 48
48
composer update --prefer-dist --no-interaction --no-progress
49
49
50
50
- name : Execute tests
51
- if : matrix.phpunit == '9'
52
- run : vendor/bin/phpunit -c phpunit9.xml.dist --verbose
53
-
54
- - name : Execute tests
55
- if : matrix.phpunit != '9'
56
51
run : vendor/bin/phpunit -c phpunit.xml.dist
57
52
58
53
stub-tests :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments